diff --git a/content/posts/2020/_index.md b/content/posts/2020/_index.md new file mode 100644 index 0000000..41d7e59 --- /dev/null +++ b/content/posts/2020/_index.md @@ -0,0 +1,10 @@ ++++ +title = "Archive 2020" +summary = "Blog posts from 2020" +groupByYear = false + +[sitemap] +changefreq = "yearly" + ++++ + diff --git a/content/posts/2021/_index.md b/content/posts/2021/_index.md new file mode 100644 index 0000000..7e82b9e --- /dev/null +++ b/content/posts/2021/_index.md @@ -0,0 +1,10 @@ ++++ +title = "Archive 2021" +summary = "Blog posts from 2021" +groupByYear = false + +[sitemap] +changefreq = "yearly" + ++++ + diff --git a/content/posts/2022/_index.md b/content/posts/2022/_index.md new file mode 100644 index 0000000..f608527 --- /dev/null +++ b/content/posts/2022/_index.md @@ -0,0 +1,10 @@ ++++ +title = "Archive 2022" +summary = "Blog posts from 2022" +groupByYear = false + +[sitemap] +changefreq = "yearly" + ++++ + diff --git a/content/posts/2023/_index.md b/content/posts/2023/_index.md new file mode 100644 index 0000000..5825c80 --- /dev/null +++ b/content/posts/2023/_index.md @@ -0,0 +1,10 @@ ++++ +title = "Archive 2023" +summary = "Blog posts from 2023" +groupByYear = false + +[sitemap] +changefreq = "weekly" + ++++ +