Comment on What's the laziest way to create a website that looks really nice and is maintainable?
vk6flab@lemmy.radio 1 week ago
Build a website on your preferred platform, you’re already using WP.
Create a static version of it. There’s plugins for exactly that purpose.
Put the static files on a web host, I use s3, but you can use whichever you prefer.
When you update the site on WP, run the static extraction again and update your actual site.
otacon239@lemmy.world 1 week ago
To add to this, if you want to do it FOSS and locally on your own machine, I’ve had great success with Publii, but any static site generator will do.