diff --git a/sitemap.xml b/sitemap.xml deleted file mode 100644 index 9eb53e5..0000000 --- a/sitemap.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - https://allaroundhere.org/ - 2021-02-01T00:30:55+00:00 - 1.00 - - - diff --git a/templates/sitemap.xml.j2 b/templates/sitemap.xml.j2 new file mode 100644 index 0000000..7266112 --- /dev/null +++ b/templates/sitemap.xml.j2 @@ -0,0 +1,27 @@ + + + + + + https://allaroundhere.org/ + 2021-02-01T00:30:55+00:00 + 1.00 + + + + https://allaroundhere.org/explore/ + 2021-02-01T00:30:55+00:00 + 1.10 + + {% for post in config.posts %} + + https://allaroundhere.org/explore/{{ post.slug }}/ + 2021-02-01T00:30:55+00:00 + 0.90 + + {% endfor %} +