Add index pages to blog and photos subdirectories

These should be full Hugo sections so Hugo generates year section pages.
This commit is contained in:
Eryn Wells 2024-10-23 10:28:54 -07:00
parent 1d4969a06b
commit b163b64e47
7 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,4 @@
---
title: 2020
date: 2020-01-01
---

View file

@ -0,0 +1,4 @@
---
title: 2021
date: 2021-01-01
---

View file

@ -0,0 +1,4 @@
---
title: 2022
date: 2022-01-01
---

View file

@ -0,0 +1,4 @@
---
title: 2024
date: 2024-01-01
---

View file

@ -0,0 +1,4 @@
---
title: 2021
date: 2021-01-01
---

View file

@ -0,0 +1,4 @@
---
title: 2022
date: 2022-01-01
---

View file

@ -0,0 +1,4 @@
---
title: 2023
date: 2023-01-01
---