adds index pages for yearly archives

This commit is contained in:
Dominic Reich 2023-11-18 18:23:55 +01:00
parent 8f8b7b0cd9
commit ec5a041409
Signed by: dominic
GPG key ID: BC9D6AE1A3BE169A
4 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,10 @@
+++
title = "Archive 2020"
summary = "Blog posts from 2020"
groupByYear = false
[sitemap]
changefreq = "yearly"
+++

View file

@ -0,0 +1,10 @@
+++
title = "Archive 2021"
summary = "Blog posts from 2021"
groupByYear = false
[sitemap]
changefreq = "yearly"
+++

View file

@ -0,0 +1,10 @@
+++
title = "Archive 2022"
summary = "Blog posts from 2022"
groupByYear = false
[sitemap]
changefreq = "yearly"
+++

View file

@ -0,0 +1,10 @@
+++
title = "Archive 2023"
summary = "Blog posts from 2023"
groupByYear = false
[sitemap]
changefreq = "weekly"
+++