(no title)
p4bl0 | 1 month ago
Some parts of it are in French, typically the teaching section, which is primarily aimed at my students.
My blog (in French) is at https://p4bl0.net/. It's a new version that's live since 2021 but this domain has been hosting my blog since 2006. I had a blog before that but the hosting service I used has long been dead.
p4bl0|1 month ago
My blog runs on Dotclear (a very good open source PHP+MySQL blog engine) with a homemade theme.
My website runs on a hand written static site generator made of a Makefile and Bash scripts relying on the xml2 and 2xml commands, and coreutils in between them (especially sed). Those are automatically executed by a Git hook on my server to update the website on push. It's been like this since the beginning so I have the full history of my website's version back up to 2008 (I'm not even sure GitHub Pages were a thing back then!). It's fun to sometimes go back and see how it looked like almost 20 years ago.