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?

  • @Linuturk
    link
    English
    710 months ago

    I run a static site using Hugo, Gitea, Gitea Runners, Cloud Front, and S3.

    • azdleOP
      link
      fedilink
      English
      210 months ago

      Do you just use the gitea web editor for that? (I assume it has one right?) Does it provide a nice markdown-aware editor?

      • @Linuturk
        link
        English
        110 months ago

        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.