That may seem like an oxymoron, but I’m looking for some sort of server that I can self-host where I can edit blog posts and whatnot, but that then deploys to something like neocities (or any other pure static host).
I’m not finding anything, but maybe it’s a thing and I just don’t know what it’s called?
you can place content in gemini
There are also WordPress plugins that allow for exports of static html. Of course you need a theme without comment sections and all that jazz, as that is disfunctional in the static export anyways.
I used to use movabletype to so this back in the day
Github
Lektor maybe?
Ah, nice. I think that’s exactly what I was trying to describe. Thanks for the suggestion!
Though, I think the git forge ‘backend’ + “Static CMS” frontend seems a bit more featureful and slick. I think I’m going to keep going down that path instead for now. Good to have a backup of exactly what I originally thought I wanted though.
grav is another option for what you were looking for. cli with optional web interface. run local and generate static sites or on a web server (like a traditional cms) https://getgrav.org
for a static site generator that runs locally (with local or git storage), check out https://jamstack.org/generators/ for lots of other options.
I run a static site using Hugo, Gitea, Gitea Runners, Cloud Front, and S3.
Do you just use the gitea web editor for that? (I assume it has one right?) Does it provide a nice markdown-aware editor?
I use a local text editor and push the git repository, which triggers automation to generate and publish the content. vscode is my editor for that work.
Something like next.js?