From 2821c71cdbe255d25d983924206b1736bda0e042 Mon Sep 17 00:00:00 2001 From: Botond Hende Date: Fri, 8 May 2026 17:21:46 +0200 Subject: renamed index to root on navbar --- blog/templates/blog_sidebar.html.j2 | 63 +++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 blog/templates/blog_sidebar.html.j2 (limited to 'blog/templates/blog_sidebar.html.j2') diff --git a/blog/templates/blog_sidebar.html.j2 b/blog/templates/blog_sidebar.html.j2 new file mode 100644 index 0000000..d5b0566 --- /dev/null +++ b/blog/templates/blog_sidebar.html.j2 @@ -0,0 +1,63 @@ + +

About me

+

I'm a game developer by occupation and a computer enthusiast by hobby. +I love learning about and working on anything related to computers or geek stuff, +although I consider myself only a passionate greenhorn. +Sometimes I touch upon some more artistic stuff, but mostly just to amuse myself.

+
+

btw I use arch

+ +
+

My other thingies

+ + +Website + + + +Comics + + + +Cyberspace + + + +Mastodon + + + +Git repositories + +

Top tags

+

ls ~/tags/

+

{% for tag in blog.top_tags %}{{ tag }}/{% if not loop.last %} {% endif %}{% endfor %}

+

I want different colors

+

ls ~/themes/ -A

+ + + sweet-celestial.sh + + + + luna-eclipsed.sh + + + + .pinky-swear.sh + +

Never miss a post

+ + +RSS feed + +

Contact me at

+ + +{{ site.email }} + +

especially if you find some typos or bugs on the page

+

Thank you

+

for everyone who made this blog possible

+

How It's Made

+

This blog is open source, check it out!

-- cgit v1.3