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?

  • azdle@news.idlestate.orgOP
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    11 months ago

    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.

    • ares35@kbin.social
      link
      fedilink
      arrow-up
      4
      arrow-down
      1
      ·
      11 months ago

      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.