diff options
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 %} |
