This Website
In previous lives, this website was powered by Drupal, then WordPress. Both were a bit overkill. When I built Gotham and moved this website to it, I decided to start over with something simpler.
I decided to split the development system from what you actually see on the web. I eventually settled on running the static site generator Publii on my desktop to write the site. I write my site in it with a rather nice and simple WYSIWYG editor, and export it to basic HTML, CSS, and JavaScript.
For the hosting side, I decided to run Static Web Server in a rootless Podman container, reverse-proxied behind NPMPlus. The container actually has read-only access to the web root.
I rather like it. Simple, and no PHP, databases, or CMS users to deal with.