diff options
Diffstat (limited to 'content')
| -rw-r--r-- | content/blog.md | 3 | ||||
| -rw-r--r-- | content/blog/11ty.md | 2 | ||||
| -rw-r--r-- | content/extras.md | 7 | ||||
| -rw-r--r-- | content/index.md | 2 |
4 files changed, 10 insertions, 4 deletions
diff --git a/content/blog.md b/content/blog.md index 612dc0f..ba5ff53 100644 --- a/content/blog.md +++ b/content/blog.md @@ -3,9 +3,6 @@ title: Blog layout: page nav: 20 --- -<!-- Some interesting posts. :) --> -<!----> -<!-- ## Posts --> <ul> {% for post in collections.blog | reverse %} <li> <a href="{{ post.url }}">{{ post.data.title }}</a> diff --git a/content/blog/11ty.md b/content/blog/11ty.md index b1f5fc6..2f60b34 100644 --- a/content/blog/11ty.md +++ b/content/blog/11ty.md @@ -1,6 +1,8 @@ --- title: This website now uses 11ty! keywords: new 11ty +date: 2026-03-14 +modified: 2026-05-31 --- Thanks to my friend Jan Palma for making the website! (check him out <a href="https://janpalma.cz/" target="_blank">here</a>) diff --git a/content/extras.md b/content/extras.md index caf49c9..dd53abd 100644 --- a/content/extras.md +++ b/content/extras.md @@ -4,6 +4,11 @@ layout: page nav: 19 --- -[Paste bin](https://paste.spelis.li/) +## Services + [Git repos](https://git.spelis.li/) [File Share](https://share.spelis.li/) + +## Random + +[Wallpapers](https://share.spelis.li/Wallpapers/) diff --git a/content/index.md b/content/index.md index 223b97b..167b121 100644 --- a/content/index.md +++ b/content/index.md @@ -15,6 +15,8 @@ I'm a student from Sweden with a passion for writing simple code and playing bas * FabricMC mods * PaperMC plugins +You can browse some Git repositories of mine <a href="https://git.spelis.li/" target="_blank">here</a>. + </div> <div> <img src="https://share.spelis.li/squierpbass.png" alt="my bass" width=200> |
