Glad to hear you migrated to plain HTML and CSS, I think this creates a healthier environment: it removes bloat and is more efficient.
My question is how do you update your feed, sitemap and other stuff?
I've been doing it by shell scripts, I'm not 100% satisfied, I also create gemini pages from HTML, which changes content a lot.
Another question: how do you handle comments to your posts?
Because my blog is a static site, so there is no processing on the server end, and I don't want third parties to handle this. What I've done is adding a handler to my mail server, so it writes the mail sent to articles to the right place. And the HTML uses an to load them. I don't like it either, but works. Any suggestions for this things?
Thanks!