Hacker News new | ask | show | jobs
by johnchristopher 3806 days ago
> Right now I've got my own self hosted platform, running Wordpress on a Digital Ocean droplet. The constant security updates for Wordpress are a nightmare, and it seems I have to hack both my theme and my post code every time I want to make a slightly interactive post. Never mind that there doesn't seem to be a decent way to preview posts on mobile.

I came to the conclusion that sometimes hand crafting HTML tags for interesting pages takes less time than fiddling with Wordpress innards and plugins.

1 comments

The updates and the theme-hacking are what drove me to migrate from wordpress to a static generator a month ago. I still had to do some hacking to get my non-vanilla posts to display right, but generally I found it way easier to hack on the generator templates than to dig into wordpress's crazy innards.

(This might just be due to WP having generations of cruft though - for me the hard part was always figuring out which arcane PHP method I needed to hook, and how WP wanted me to hook it, in order to add something to this or that part of the page.)