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:
parent
1d4969a06b
commit
b163b64e47
7 changed files with 28 additions and 0 deletions
4
content/blog/2020/_index.md
Normal file
4
content/blog/2020/_index.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
title: 2020
|
||||||
|
date: 2020-01-01
|
||||||
|
---
|
4
content/blog/2021/_index.md
Normal file
4
content/blog/2021/_index.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
title: 2021
|
||||||
|
date: 2021-01-01
|
||||||
|
---
|
4
content/blog/2022/_index.md
Normal file
4
content/blog/2022/_index.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
title: 2022
|
||||||
|
date: 2022-01-01
|
||||||
|
---
|
4
content/blog/2024/_index.md
Normal file
4
content/blog/2024/_index.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
title: 2024
|
||||||
|
date: 2024-01-01
|
||||||
|
---
|
4
content/photos/2021/_index.md
Normal file
4
content/photos/2021/_index.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
title: 2021
|
||||||
|
date: 2021-01-01
|
||||||
|
---
|
4
content/photos/2022/_index.md
Normal file
4
content/photos/2022/_index.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
title: 2022
|
||||||
|
date: 2022-01-01
|
||||||
|
---
|
4
content/photos/2023/_index.md
Normal file
4
content/photos/2023/_index.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
title: 2023
|
||||||
|
date: 2023-01-01
|
||||||
|
---
|
Loading…
Add table
Add a link
Reference in a new issue