diff options
| author | Elis Eriksson <spelis@spelis.li> | 2026-07-04 21:32:01 +0200 |
|---|---|---|
| committer | Elis Eriksson <spelis@spelis.li> | 2026-07-04 21:32:01 +0200 |
| commit | 5144b142f670a864cbbab438a3dc31efceedb3fd (patch) | |
| tree | 3e7f898a5544971e8e954ec5208d16dd6ddb7204 /content | |
| parent | 1ee43904aaa06b16ce1f50b7fcb30f1d1f08c1a1 (diff) | |
| download | spelis-web-5144b142f670a864cbbab438a3dc31efceedb3fd.tar spelis-web-5144b142f670a864cbbab438a3dc31efceedb3fd.tar.gz spelis-web-5144b142f670a864cbbab438a3dc31efceedb3fd.tar.bz2 spelis-web-5144b142f670a864cbbab438a3dc31efceedb3fd.tar.lz spelis-web-5144b142f670a864cbbab438a3dc31efceedb3fd.tar.xz spelis-web-5144b142f670a864cbbab438a3dc31efceedb3fd.tar.zst spelis-web-5144b142f670a864cbbab438a3dc31efceedb3fd.zip | |
site update idk its mostly the blog tho
Diffstat (limited to 'content')
| -rw-r--r-- | content/blog.md | 11 | ||||
| -rw-r--r-- | content/extras.md | 14 | ||||
| -rw-r--r-- | content/index.md | 9 |
3 files changed, 9 insertions, 25 deletions
diff --git a/content/blog.md b/content/blog.md deleted file mode 100644 index ba5ff53..0000000 --- a/content/blog.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Blog -layout: page -nav: 20 ---- -<ul> {% for post in collections.blog | reverse %} - <li> - <a href="{{ post.url }}">{{ post.data.title }}</a> - <small>{{ post.date | date }}</small> - </li> {% endfor %} -</ul> diff --git a/content/extras.md b/content/extras.md deleted file mode 100644 index dd53abd..0000000 --- a/content/extras.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Extras -layout: page -nav: 19 ---- - -## 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 167b121..0aad45c 100644 --- a/content/index.md +++ b/content/index.md @@ -24,6 +24,15 @@ You can browse some Git repositories of mine <a href="https://git.spelis.li/" ta </div> --- +# Blog +<div> {% for post in collections.blog | reverse %} + <a href="{{ post.url }}" class="blogpost"> + <h3>{{ post.data.title }}</h3> + <small>{{ post.date | date }}<span style="float:right;">{{ post.url }}</span></small> + </a><br> {% endfor %} +</div> + +--- <span>Location: <code>Northern Sweden</code></span> |
