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?

  • phase@lemmy.8th.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    11 months ago

    You can all the config and content of a gohugo blog in github and it built and hosted by netlify. For the local dev, hugo server.

    • marty@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      1
      ·
      11 months ago

      That’s also my setup (just with gitlab) and it works very well. Only I deploy to my own host. I use the gitlab web editor sometimes, to quickly write stuff down, it also works well if you’re used to writing markdown.

      • phase@lemmy.8th.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        11 months ago

        I use my own gogs/gitea for now. I need to check if I need to change since the name issue.

        And as CI, I use drone.