summaryrefslogtreecommitdiff
path: root/content/sitemap.njk
diff options
context:
space:
mode:
authorElis Eriksson <spelis.tech@gmail.com>2026-05-31 20:13:47 +0200
committerElis Eriksson <spelis.tech@gmail.com>2026-05-31 20:13:47 +0200
commita96ac65ca8e8b5e889a4018a90dfa6d64b34c69d (patch)
tree39faa4291bb40bd26087cd71bef06565cbf54103 /content/sitemap.njk
parentfbfc82d638a55cf861e2deb248bcd689d58e7457 (diff)
downloadspelis-web-a96ac65ca8e8b5e889a4018a90dfa6d64b34c69d.tar
spelis-web-a96ac65ca8e8b5e889a4018a90dfa6d64b34c69d.tar.gz
spelis-web-a96ac65ca8e8b5e889a4018a90dfa6d64b34c69d.tar.bz2
spelis-web-a96ac65ca8e8b5e889a4018a90dfa6d64b34c69d.tar.lz
spelis-web-a96ac65ca8e8b5e889a4018a90dfa6d64b34c69d.tar.xz
spelis-web-a96ac65ca8e8b5e889a4018a90dfa6d64b34c69d.tar.zst
spelis-web-a96ac65ca8e8b5e889a4018a90dfa6d64b34c69d.zip
add sitemap, robots.txt and favicon.ico along with other small changes
Diffstat (limited to 'content/sitemap.njk')
-rw-r--r--content/sitemap.njk6
1 files changed, 6 insertions, 0 deletions
diff --git a/content/sitemap.njk b/content/sitemap.njk
new file mode 100644
index 0000000..ec892a7
--- /dev/null
+++ b/content/sitemap.njk
@@ -0,0 +1,6 @@
+---
+permalink: /sitemap.xml
+layout: null
+eleventyExcludeFromCollections: true
+---
+{% sitemap collections.all %}