To use WordPress or not!

Nov 11, 2024

My wife loves blogging. So I had created a WordPress instance for her where she could manage her blogs. For anyone who has used WordPress, you know that it is fairly intuitive and has a lot of features. However after a couple of years of hosting her blog on WordPress I decided to kill it and move it to a home-written blog site.

Reasons why WordPress sucks

What did I end up doing if not WordPress

My first thought was to have a pure HTML only site. However, I wanted to be sure that my wife could use it too. She is not as nerdy as I am when it comes to the code, but she is fairly good at following instructions. She could have written her blog in HTML but I wanted to still simplify the process for her. A markdown to website generator would be perfect for her, one can find a lot of projects on github that offer this. I read through a few of them, but again they either felt like overkill or too opinionated for my taste. In the end I decided to write my own markdown to html site generator. While doing this I realized I have reinvented the wheel - probably a few times - but it was fun and took me about 10-12 hours over a few days to finish it.

Here is how it works: (I am hoping to make this code public at some point)

Principles I used to create the blogging site: