Comment on What's the laziest way to create a website that looks really nice and is maintainable?
frongt@lemmy.zip 1 day ago
You have several conflicting needs there. Why not just continue using Wordpress but without the weird extensions?
Comment on What's the laziest way to create a website that looks really nice and is maintainable?
frongt@lemmy.zip 1 day ago
You have several conflicting needs there. Why not just continue using Wordpress but without the weird extensions?
moonpiedumplings@programming.dev 1 day ago
Because the extensions replaced wordpress’ sitebuilder/editor. If I were to get rid of the extensions I would basically have to recreate the site anyways so I might as well switch away from wordpress.
SirHaxalot@nord.red 22 hours ago
You could try a Wordpress static generator extension like SimplyStatic. Then you’d be able to export your existing site to static files but it might not work properly with some extensions.
frongt@lemmy.zip 1 day ago
Wordpress meets almost all of these requirements. It’s not static pages, but if you don’t use weird extensions it’s perfectly simple, secure, maintainable, WYSIWYG, and it falls exactly between from-scratch and a static site generator. Plenty of themes you can use and tweak in a modular fashion.
Although I’m pretty sure there are extensions that’ll render to static pages if you want. Certainly there are caching extensions that do almost the same thing.
Generally I’d recommend against Wordpress due to how shitty Automattic is being to the community, but it sounds like it fits your needs. Maybe Drupal as an alternatice.