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