this post was submitted on 29 Aug 2024
197 points (97.6% liked)
Fediverse
28388 readers
862 users here now
A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).
If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!
Rules
- Posts must be on topic.
- Be respectful of others.
- Cite the sources used for graphs and other statistics.
- Follow the general Lemmy.world rules.
Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Depends on what exactly you want to host. If you want commercially-hosted stuff, I'd stick with wordpress or whatever your host offers, but if you're selfhosting I'd look in !selfhosted@lemmy.world or https://github.com/awesome-selfhosted/awesome-selfhosted?tab=readme-ov-file#blogging-platforms.
I suppose what I'm looking for is a lightweight, multi-user CMS, with support for both static pages and a blog. If the blog could support (at least one-way) federation that'd be a bonus. It should ideally be built to work with both desktop and mobile devices (so that I can customise the look rather than build it from scratch).
It's something I could build from scratch but if I can do it then I'm sure lots of more skilled people have done it better!
When I dug into this for myself I landed on Ghost!
https://ghost.org/
I suppose at some point I should learn Node.js and other JS-related stuff. I speak vanilla JS but I've not really touched frameworks. Anyway, thank you for the recommendation.