this post was submitted on 06 Aug 2023
34 points (88.6% liked)

Selfhosted

60951 readers
1170 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

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 are viewing a single comment's thread
view the rest of the comments
[–] Aarkon@feddit.de 6 points 3 years ago (1 children)
[–] azdle@news.idlestate.org 1 points 3 years ago (1 children)

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 2 points 3 years 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.