21/08/2025
I had a more modern website once. I didn’t use it, and I didn’t like it. The number of layers of abstraction and technologies between my markdown and the final product was unbearable.
So I decided to switch to the most minimal setup I could get away
with. I’m using pandoc
to convert the markdown
files into html, using the standard template with minor
additions. Now I just need to run a single bash script to generate the
whole website, and I feel much better.
Notably, this website does not use any javascript and it never will.
The structure and ““code”” of the website can be found on the github repository where its hosted using github pages.