Add templating to all blog posts

This commit is contained in:
PapaTutuWawa 2020-09-29 19:32:57 +02:00
parent ffe245817a
commit 65fbf22573
6 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
<!-- title: How I Play Games on My Linux PC -->
<!-- render: yes -->
I love Linux. In fact, I love it so much that it runs on every computer I use, except for my phone but that
can be changed. It always amazes me how much control Linux gives me about my computer and how easy it is
to create a script that just does everything that I was doing manually before.

View File

@ -1,6 +1,6 @@
<!-- params: mathjax.json -->
<!-- title: Mainline Hero Part 0 - Modern Linux For My Galaxy S7 -->
<!-- render: yes -->
Ever heard of [PostmarketOS](https://postmarketos.org/)? If not, then here's a short summary:
PostmarketOS aims to bring *"[a] real Linux distribution for phones and other mobile devices [...]"* to,
well, phones and other mobile devices.

View File

@ -1,5 +1,5 @@
<!-- title: Mainline Hero Part 1 - First Attempts At Porting -->
<!-- render: yes -->
In the first post of the series, I showed what information I gathered and what tricks can be used
to debug our mainline port of the *herolte* kernel. While I learned a lot just by preparing for
the actual porting, I was not able to actually get as close as to booting the kernel. I would have

View File

@ -1,5 +1,5 @@
<!-- title: Road2FOSS - My Journey to Privacy by Self-Hosting -->
<!-- render: yes -->
About one year ago, I made plans to ditch many of the proprietary services that I used
on a daily basis and replace them with FOSS alternatives. Now it is a year later and
while my project is not done, I really did quite a lot.

View File

@ -1,5 +1,5 @@
<!-- title: Lessons Learned From Self-Hosting -->
<!-- render: yes -->
Roughly eight months ago, according to my hosting provider, I spun up my VM which
I use to this day to self-host my chat, my mail, my git and so on. At the beginning, I thought that
it would allow me both to get away from proprietary software and to learn Linux administration. While

View File

@ -1,5 +1,5 @@
<!-- title: Running Prosody on Port 443 Behind traefik -->
<!-- render: yes -->
*TL;DR: This post is about running prosody with HTTPS services both on port 443. If you only care about the how, then jump to*
**Considerations** *and read from there.*