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 ;)
Check out some blogs that use quartz
I use the parsedown library with a custom PHP index page to serve markdown files as HTML.
Maybe git+Jekyll+CD+web server?
You could setup some automation so you just create pages via Git.
Writefreely is super light weight and minimalist in its design. It also federates with mastodon.
Good luck! I did the same recently. I wrote my own blog system, though. I can share it with you, but I’m not sure it’s the best for anyone else, there were some shortcuts taken given I did not intend to share it.
You can check out my blog and let me know whether you want to try it: https://chrastecky.dev/ (or federated: !programming@chrastecky.dev, !3d-printing@chrastecky.dev, !gaming@chrastecky.dev).
I’ve heard a lot of good things about Ghost. I see a lot of bloggers running it. I’m not a blogger and I doubt anyone would be interested in what I had to say…lol…so I don’t have experience in that area. However, Ghost seems to be the ticket for bloggers. It integrates with thousands of services and some really great theme templates. If I were going to start a blog, that’s what I would go with. Jeremy over at Noted.lol has a write up about it and iirc, he uses Ghost for Noted.lol itself.
Would something like this interest you? Gemtext formatted to html is about as light weight as it gets. lots of automatic gemtext blog software on github that also formats and mirrors an html copy. Whenever a news page article gets rendered to gemtext through newswaffle it shrinks about 95-99% of the page size while keeping text intact. Let me know if you want some more information on gemini stuff.
I use eleventy. Similar to other static site generators.
I recently considered a similar question myself and finally decided on Vercel + nest.js + sanity.io CMS template
Of course, if your programming skills allow you to develop the functionality of the blog yourself