diff options
| author | Elis Eriksson <spelis.tech@gmail.com> | 2026-07-04 20:24:53 +0200 |
|---|---|---|
| committer | Elis Eriksson <spelis.tech@gmail.com> | 2026-07-04 20:24:53 +0200 |
| commit | 1ee43904aaa06b16ce1f50b7fcb30f1d1f08c1a1 (patch) | |
| tree | 1e5c1c107546378c046de563e8b76766366babab /content | |
| parent | a96ac65ca8e8b5e889a4018a90dfa6d64b34c69d (diff) | |
| download | spelis-web-1ee43904aaa06b16ce1f50b7fcb30f1d1f08c1a1.tar spelis-web-1ee43904aaa06b16ce1f50b7fcb30f1d1f08c1a1.tar.gz spelis-web-1ee43904aaa06b16ce1f50b7fcb30f1d1f08c1a1.tar.bz2 spelis-web-1ee43904aaa06b16ce1f50b7fcb30f1d1f08c1a1.tar.lz spelis-web-1ee43904aaa06b16ce1f50b7fcb30f1d1f08c1a1.tar.xz spelis-web-1ee43904aaa06b16ce1f50b7fcb30f1d1f08c1a1.tar.zst spelis-web-1ee43904aaa06b16ce1f50b7fcb30f1d1f08c1a1.zip | |
idk bro 💔
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> |
