diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-24 18:36:15 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-24 18:36:15 +0100 |
commit | 1892bc38d8416a6ec79f37c41a9ffb38b6f44938 (patch) | |
tree | ffd211a1718ff2b793179c6fb115faf190e3cdfb /index.md | |
parent | be6c61295058e32604e4d18da3689d2675e5bf19 (diff) |
minimalize layout
Diffstat (limited to 'index.md')
-rw-r--r-- | index.md | 39 |
1 files changed, 7 insertions, 32 deletions
@@ -1,43 +1,18 @@ --- -title: Loek's excruciatingly interesting blog +title: blog.pipeframe.xyz layout: default id: index toc: false +footer: false --- -Welcome to my blog page! This is where I post updates on things that I do such -as: +Welcome to my blog! If I ever feel like writing something there's a good chance +it'll be posted here. As common with programmers, I have a serious +[bikeshedding](https://en.wiktionary.org/wiki/bikeshedding) problem, so beware +of any outdated posts or references to unfinished projects. -- Cool open source software that I think you should use -- How to set up self-hosted applications -- Rants about Microsoft Windows -- Maybe some recipes I dunno - -The page you're looking at right now is also open-source! The code for this -page can be found on [GitHub](https://github.com/lonkaars/blog), and should -also be available on [my private git server](https://git.pipeframe.xyz). - -An rss/atom feed of this blog is also available: +RSS/atom: ``` https://{{ site.domain }}/atom.xml ``` ---- - -## Recent posts - -<div class="recentPosts"> - {% for post in site.items limit:4 %} - <div class="postCard"> - <a href="{{ post.url }}" class="nolink block"> - <img src="{{ post.cover }}" alt="post cover" class="cover"> - <h2 class="title">{{ post.title }}</h2> - <strong class="subtitle">{{ post.subtitle }}</strong> - </a> - {% include tags.html tags=post.tags %} - </div> - {% endfor %} -</div> - -[Go to all posts](/search){:.button} - |