Earlier quoted context omitted.
>Have you tried maintaining a blog with plain hand-written HTML? Yes. It's all a lot simpler than dealing with some abstraction framework toolkit, at least for me. Maybe it's because I learned to write websites in the early 2000s where writing your own HTML and CSS was par for the course. You'd also write PHP or Ruby or ASP or something if you wanted to get fancy.
It's certainly easier until you have to deal with different views of the same content. I do not trust myself to keep things consistent, and neither should you. Back in the day I'd have clobbered something together with SSIs to have, at least, a single copy of text to maintain, but that gets old quickly. A determined and focused person can probably make do with single-post pages and a titles-only styled rss. Hugo and…
I would argue that's not a "static" website, but even so that's still nothing some smart usage of PHP includes or the like can't easily solve.