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
    fedilink
    English
    arrow-up
    8
    arrow-down
    1
    ·
    11 months ago

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

    • azdle@news.idlestate.orgOP
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      1
      ·
      11 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
        fedilink
        English
        arrow-up
        1
        ·
        11 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.