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 must log in or register to comment.
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.