From a96ac65ca8e8b5e889a4018a90dfa6d64b34c69d Mon Sep 17 00:00:00 2001 From: Elis Eriksson Date: Sun, 31 May 2026 20:13:47 +0200 Subject: add sitemap, robots.txt and favicon.ico along with other small changes --- content/blog/11ty.md | 2 -- content/extras.md | 4 ++-- content/sitemap.njk | 6 ++++++ 3 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 content/sitemap.njk (limited to 'content') diff --git a/content/blog/11ty.md b/content/blog/11ty.md index ed0d20b..b1f5fc6 100644 --- a/content/blog/11ty.md +++ b/content/blog/11ty.md @@ -6,5 +6,3 @@ keywords: new 11ty Thanks to my friend Jan Palma for making the website! (check him out here) The website uses 11ty which is a simple static site generator. - -test diff --git a/content/extras.md b/content/extras.md index 2043a71..caf49c9 100644 --- a/content/extras.md +++ b/content/extras.md @@ -4,6 +4,6 @@ layout: page nav: 19 --- -[CBin](https://paste.spelis.li/) -[CGit](https://git.spelis.li/) +[Paste bin](https://paste.spelis.li/) +[Git repos](https://git.spelis.li/) [File Share](https://share.spelis.li/) 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 %} -- cgit v1.3-7-ge9ab