From 65fbf225737d3dc0cd2edbdf8521b644f1a6dc41 Mon Sep 17 00:00:00 2001 From: Alexander PapaTutuWawa Date: Tue, 29 Sep 2020 19:32:57 +0200 Subject: [PATCH] Add templating to all blog posts --- content/blog/2019-06-08-How-I-Play-Games.md | 2 +- content/blog/2019-07-01-Mainline-Hero.md | 2 +- content/blog/2019-08-21-Mainline-Hero-1.md | 2 +- content/blog/2019-10-06-Road-to-Foss.md | 2 +- content/blog/2020-01-03-Selfhosting-Lessons.md | 2 +- content/blog/2020-02-13-Running-Prosody-traefik.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/blog/2019-06-08-How-I-Play-Games.md b/content/blog/2019-06-08-How-I-Play-Games.md index 8979d1f..f2081b0 100644 --- a/content/blog/2019-06-08-How-I-Play-Games.md +++ b/content/blog/2019-06-08-How-I-Play-Games.md @@ -1,5 +1,5 @@ - + 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. diff --git a/content/blog/2019-07-01-Mainline-Hero.md b/content/blog/2019-07-01-Mainline-Hero.md index 0116190..e79fdd3 100644 --- a/content/blog/2019-07-01-Mainline-Hero.md +++ b/content/blog/2019-07-01-Mainline-Hero.md @@ -1,6 +1,6 @@ - + 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. diff --git a/content/blog/2019-08-21-Mainline-Hero-1.md b/content/blog/2019-08-21-Mainline-Hero-1.md index d86dbac..c5437a4 100644 --- a/content/blog/2019-08-21-Mainline-Hero-1.md +++ b/content/blog/2019-08-21-Mainline-Hero-1.md @@ -1,5 +1,5 @@ - + 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 diff --git a/content/blog/2019-10-06-Road-to-Foss.md b/content/blog/2019-10-06-Road-to-Foss.md index 57c07df..106aa6e 100644 --- a/content/blog/2019-10-06-Road-to-Foss.md +++ b/content/blog/2019-10-06-Road-to-Foss.md @@ -1,5 +1,5 @@ - + 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. diff --git a/content/blog/2020-01-03-Selfhosting-Lessons.md b/content/blog/2020-01-03-Selfhosting-Lessons.md index 284c795..4983638 100644 --- a/content/blog/2020-01-03-Selfhosting-Lessons.md +++ b/content/blog/2020-01-03-Selfhosting-Lessons.md @@ -1,5 +1,5 @@ - + 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 diff --git a/content/blog/2020-02-13-Running-Prosody-traefik.md b/content/blog/2020-02-13-Running-Prosody-traefik.md index 39f6a0b..6da907e 100644 --- a/content/blog/2020-02-13-Running-Prosody-traefik.md +++ b/content/blog/2020-02-13-Running-Prosody-traefik.md @@ -1,5 +1,5 @@ - + *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.*