Hacker News new | ask | show | jobs
by fimdomeio 3267 days ago
No. It's very easy/cheap to setup something like wordpress. Teaching a client how to generate a static site is dificult and clients will have to go back to the documentation if they don't use it for a while. If you have a ui you only have to remember the /admin url and everything else is just looking at the screen and clicking the right thing.
2 comments

The issue with any dynamic site is security. You can't set up Wordpress and forget about it. There has to be some mechanism for updating to the latest version for security (which may break any plugins/themes).
WordPress has had one-click updates for years and makes it easier than any other CMS I've seen. It's been doing a fine job and powering 25% of all pages on the net and growing.
The problem is that updating plugins very often breaks stuff.
I've been running a heavily customized WordPress with literally dozens of plugins since 2005 and that has most definitely not been my experience.
One I can remember is that Facebook's official plugin stopped working and we had to switch to some other social integration plugin.

Another one was the embeded media player which just disappeared. That was somehow related to shortcodes.

I've only had that happen twice in a dozen years.
a static site CMS would provide the same functionality. Something like https://forestry.io/
Another option is https://www.getlektor.com of Armin Ronacher fame.