47

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?

top 25 comments
sorted by: hot top controversial new old
[-] pacology@lemmy.world 12 points 1 year ago

You can do all of the through GitHub and GitHub actions by picking a static website generator.

[-] azdle@news.idlestate.org 5 points 1 year ago

I'd personally like to not depend on infra like github, but I hadn't considered just using the web UI of a code forge. That's a good idea, I'm going to try that and see if I like it, thanks!

(Still interested in other suggestions if others know of things that are more fit for purpose, tho.)

[-] pacology@lemmy.world 2 points 1 year ago

Fair enough. If you want to self host, you can go with forgjo as your web ui and forgjo CI/woodpecker CI for building and deploying the site.

I don’t know of any other self-hostable way to build and push a static site. There was forestry but they discontinued it for a paid service.

[-] rs5th@lemmy.scottlabs.io 10 points 1 year ago

Hugo calls these sorts of things “frontends” and has a list here: https://gohugo.io/tools/frontends/

I haven’t had great luck with any of them personally.

[-] Aarkon@feddit.de 8 points 1 year ago
[-] azdle@news.idlestate.org 2 points 1 year 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 5 points 1 year 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.

[-] Linuturk@lemmy.onitato.com 8 points 1 year ago

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

[-] azdle@news.idlestate.org 3 points 1 year 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@lemmy.onitato.com 1 points 1 year 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.

[-] phase@lemmy.8th.world 4 points 1 year 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.

[-] perishthethought@lemm.ee 2 points 1 year ago

That's what I do. And it's all free!

Just a note though: netlify runs on AWS.

[-] marty@discuss.tchncs.de 1 points 1 year 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 1 points 1 year ago* (last edited 1 year 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.

[-] Rearsays@lemmy.ml 2 points 1 year ago
[-] skilltheamps@feddit.de 2 points 1 year ago* (last edited 1 year ago)

There are also WordPress plugins that allow for exports of static html. Of course you need a theme without comment sections and all that jazz, as that is disfunctional in the static export anyways.

[-] smitten@portend.place 1 points 1 year ago
[-] azdle@news.idlestate.org 2 points 1 year ago

Nifty. At first blush just making a static clone of a dynamic site doesn't feel as elegant as using a code forge editor, but I'll keep that idea in mind if I find the editing experience (images and whatnot) to be too clunky with the gitea suggestion.

[-] smitten@portend.place 1 points 1 year ago

@azdle yeah understandable .I've had a good experience with just editing files locally (markdown or html) too. in case you miss some niceties of your local IDE

[-] smitten@portend.place 2 points 1 year ago

@azdle as in, edit locally, preview locally, push with git

[-] azdle@news.idlestate.org 1 points 1 year ago

Gotcha, I'm trying to find something that doesn't require me to use a local editor. I want to give myself as smooth of an opportunity as possible to write small thoughts. That's my current setup and even that little bit of friction seems to keep me from writing. (Or that's my current excuse anyway...)

[-] poxonus@lemm.ee 1 points 1 year ago

GitHub to host. Chatgpt to generate quick and dirty code if you’re not great at coding and don’t want a wysiwyg editor.

[-] Bazz@feddit.de 1 points 1 year ago

Something like next.js?

[-] jsnfwlr@lemmy.ml 1 points 1 year ago* (last edited 1 year ago)

I used to use movabletype to so this back in the day

[-] fireshell@lemmy.world 1 points 1 year ago

you can place content in gemini

load more comments
view more: next ›
this post was submitted on 06 Aug 2023
47 points (100.0% liked)

Selfhosted

39257 readers
145 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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

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

Questions? DM the mods!

founded 1 year ago
MODERATORS