This is where I'll discuss how this webpage is running, and what modifications I've implemented.
This webpage is running on a dockar container called Grav. It's all based on markdown, and it uses a really cool templating web generation. It combines php and twig to generate the templates.
I tested multiple frameworks, but this one was one of the simplest, and using markdown was a big one for me, so I stuck to it.
Now, there are a lot of different themes, I've only checked out a handful of them. This one is the one I liked the most, since I'm used to reading technical documentation.
I've modified it a little, you can read about those modifications in here:
Now, I do keep an online and offline backup. I'll talk more about that on the infrastructure tab.