HACKER Q&A
📣 imadj

What is the best CMS for personal blogs?


I want to be able to edit posts from mobile, prefereably a setup with static generation and minimal JS.

Right now I'm using standard markdown SSG, which I like, it's lightweight and resilient but that setup has its own imperfections, mainly lacking on ease of editing while on the road. I also would like to seperate the blog from my website code and commits.


  👤 bovermyer Accepted Answer ✓
Static generation + easy mobile editing is a tough combination to find.

WriteFreely is an excellent lightweight blog engine that might serve your needs, though it doesn't do static generation.


👤 mattl
Micro.blog is nice.

👤 johng
Interested as well.