9
submitted 1 month ago* (last edited 1 month ago) by estebanlm@lemmy.ml to c/selfhosted@lemmy.world

Hi,

I am looking for a good and lightweight blogging solution.

I imagine I can just go with a static site generator like jekyll but I'd like something else... it would be a plus if it can federate :)

Any ideas?

Thanks !

EDIT: I forgot to say that obviously wordpress does not enters in the "lightweight" category ;)

top 14 comments
sorted by: hot top controversial new old
[-] Andromxda@lemmy.dbzer0.com 3 points 1 month ago

I like Zola. You can integrate it with Lemmy comments: https://lemmy.dbzer0.com/post/30018034

[-] llama@lemmy.zip 2 points 1 month ago

I use the parsedown library with a custom PHP index page to serve markdown files as HTML.

[-] sk@hub.utsukta.org 1 points 1 month ago

have you tried hubzilla? its multipurpose.

[-] sxan@midwest.social 1 points 1 month ago* (last edited 1 month ago)

If Jekyll isn't your jam, then Hugo probably won't be, either.

I have a simple workflow based on a script on my desktop called "blog". I Cask it with "blog Some blog title" and it looks in a directory for a file named some_blog_entry.md, and if it finds it, opens it in my editor; if it doesn't, it creates it using a template.md that has some front matter filled in by the script. When I exit the editor, the script tests the modtime and updates the changed front matter and the rsyncs the whole blog directory to my server, where Hugo picks up and regenerates the site if anything changed.

My script is 133 lines of bash, mostly involving the file named sanitization and front matter rewriting; it's just a big convenience function that could be three lines of typing a little thought, and a little more editing of the template.

There's no federation, though. I'm not sure what a "federated blog" would look like, anyway; probably something like Lemmy, where you create a community called "YourName". What's the value of a federated blog?

Edit: Oh, I forgot until I just checked it: the script also does some markdown editing to create gem files for the Gemini mirror; that's at least a third to a half of the script (yeah, 60 LOC without the Gemini stuff), which you don't need if you're not trying to support a network that never caught on and that no-one uses.

[-] Sharply4Transitive@lemmy.ml 1 points 1 month ago

Check out some blogs that use quartz

[-] Ulrich@feddit.org 0 points 1 month ago* (last edited 1 month ago)

Ghost is open source, non profit and self host able.

[-] Zak@lemmy.world 2 points 1 month ago

It wants a gigabyte of RAM. Maybe that passes for lightweight in 2025, but given the fundamental things a blog has to do, I'd probably put the cutoff at less than a tenth that amount.

[-] shnizmuffin@lemmy.inbutts.lol 0 points 1 month ago

I'd probably put the cutoff at less than a tenth that amount.

Not if you want federation.

The answer is probably GoToSocial, which suggests that it can run on 512MB.

[-] Zak@lemmy.world 1 points 1 month ago

Federation doesn't inherently require large amounts of memory. Fundamentally, it's a matter of selecting a list of unique servers (likely tens, maybe hundreds) from a larger set of followers (likely hundreds, maybe thousands) and sending an HTTP request to each when there's a new post. There's a speed/size tradeoff for how many to send in parallel, but it's not a resource-intensive operation.

Growth beyond a few tens of megabytes was a bug in Writefreely, which is a likely-suitable option several comments here recommended.

[-] dreadbeef@lemmy.dbzer0.com 0 points 1 month ago* (last edited 1 month ago)

It costs like $3/mo to host it. If that's too resource intensive then I don't know what your limits are. Compute isn't free—that literally breaks the laws of thermodynamics, no matter what you're told by hosting services, and ghost does server side rendering and has a dynamic admin dashboard and can even work headless... and it costs less than $3/mo for your own personal open source cms.

If you need something that costs less then you can just build your own I guess, but how many hours of your time is that worth when you could just be spending $3/mo. If you make minimum wage at $7/hr one hour of work gets you two months of running a website.

[-] whysofurious@sopuli.xyz 0 points 1 month ago* (last edited 1 month ago)

I am not sure about how lightweight they are (but I guess more than WordPress for sure) but on the federated side of things you have plume (https://joinplu.me/) and writefreely (https://writefreely.org/) that you can selfhost. Not super sure about how much you can customize them.

[-] estebanlm@lemmy.ml 1 points 1 month ago

I'm liking them! even if they do not seem very alive (still, blogging itself is not the most "alive" activity around nowadays...)

[-] Cochise@lemmy.eco.br 1 points 1 month ago

Writefreely is alive. Plume not.

[-] dataprolet@lemmy.dbzer0.com -1 points 1 month ago

Not sure how lightweight it needs to be, but I use Ghost and it's pretty simple and basic.

this post was submitted on 29 Mar 2025
9 points (90.9% liked)

Selfhosted

46576 readers
126 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 2 years ago
MODERATORS