diff options
| author | Elis Eriksson <spelis.tech@gmail.com> | 2026-05-31 20:13:47 +0200 |
|---|---|---|
| committer | Elis Eriksson <spelis.tech@gmail.com> | 2026-05-31 20:13:47 +0200 |
| commit | a96ac65ca8e8b5e889a4018a90dfa6d64b34c69d (patch) | |
| tree | 39faa4291bb40bd26087cd71bef06565cbf54103 /content | |
| parent | fbfc82d638a55cf861e2deb248bcd689d58e7457 (diff) | |
| download | spelis-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')
| -rw-r--r-- | content/blog/11ty.md | 2 | ||||
| -rw-r--r-- | content/extras.md | 4 | ||||
| -rw-r--r-- | content/sitemap.njk | 6 |
3 files changed, 8 insertions, 4 deletions
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 <a href="https://janpalma.cz/" target="_blank">here</a>) The website uses <a href="https://www.11ty.dev/" target="_blank">11ty</a> which is a simple static site generator. - -<img src="https://share.spelis.projnull.eu/pfps/normal.png" alt="test" width=100> 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 %} |
