adds index pages for yearly archives
This commit is contained in:
parent
8f8b7b0cd9
commit
ec5a041409
4 changed files with 40 additions and 0 deletions
10
content/posts/2020/_index.md
Normal file
10
content/posts/2020/_index.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
+++
|
||||
title = "Archive 2020"
|
||||
summary = "Blog posts from 2020"
|
||||
groupByYear = false
|
||||
|
||||
[sitemap]
|
||||
changefreq = "yearly"
|
||||
|
||||
+++
|
||||
|
10
content/posts/2021/_index.md
Normal file
10
content/posts/2021/_index.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
+++
|
||||
title = "Archive 2021"
|
||||
summary = "Blog posts from 2021"
|
||||
groupByYear = false
|
||||
|
||||
[sitemap]
|
||||
changefreq = "yearly"
|
||||
|
||||
+++
|
||||
|
10
content/posts/2022/_index.md
Normal file
10
content/posts/2022/_index.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
+++
|
||||
title = "Archive 2022"
|
||||
summary = "Blog posts from 2022"
|
||||
groupByYear = false
|
||||
|
||||
[sitemap]
|
||||
changefreq = "yearly"
|
||||
|
||||
+++
|
||||
|
10
content/posts/2023/_index.md
Normal file
10
content/posts/2023/_index.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
+++
|
||||
title = "Archive 2023"
|
||||
summary = "Blog posts from 2023"
|
||||
groupByYear = false
|
||||
|
||||
[sitemap]
|
||||
changefreq = "weekly"
|
||||
|
||||
+++
|
||||
|
Loading…
Reference in a new issue