{%extends "base.html"%} {%block html_lang%} {{config['lang']}} {%endblock html_lang%} {%block head_title%}
Welcome to my blog where I post random stuff such as rants, how to setup services on a vps server or lately, gamedev stuff. I usually post in English, but sometimes will do so in Spanish, specially when ranting over some IRL stuff.
Get the RSS feed: {{config['url']['main']}}/rss.xml
{%import "tag_list.html" as tag_list%} {{tag_list.print(all_tags, "article-tags")}} {%import "blog/page_list.html" as page_list%} {{page_list.print("Articles", all_pages)}} {%endblock body_content%} {%block body_footer%} {%import 'body/footer.html' as body_footer%} {{body_footer.contact(config)}} {{body_footer.donate(config)}} {{body_footer.rss(config)}}