HACKER Q&A
📣 napso

Excluding WordPress, what is your favourite for blogging? (2020 version)


Excluding WordPress, what is your favourite for blogging? (2020 version)


  👤 michaelbrooks Accepted Answer ✓
Ghost has been a superb platform for my dev blog, and I'm hoping to migrate my personal blog over to it at some point in the future (it's currently using Gridsome).

https://ghost.org/


👤 tmaly
I use Hugo with a custom template I made based off a public one that was out there. No need to worry about security updates as it is all just static html. If I every want to change the look, I can just switch out the template and regenerate the html.

All I have to do to write an new post is:

hugo new post/name-of-post.md

fire up vim on the name-of-post.md file and write my post in markdown.

run hugo to generate the html

cd to the public directory and run rsync to publish the new html post to my site.


👤 zapperdapper
I wrote my own static site generator in Python. Source format is GitHub-flavoured Markdown. Both VSCode and Emacs have nice plugins for Markdown. Nothing fancy but it does the job. There are plenty of static site generators out there (a nice one I've used is Hugo), but the learning experience from writing my own has been superb.

👤 onion2k
It's not strictly a blogging platform but I've got a huge amount of time for https://www.11ty.dev/. It's really nice to work with, and works brilliantly for blogs if you're happy working with code.

👤 stakkur
Emacs + Org Mode + org-publish.

👤 speedgoose
A static site generator, like Hugo. And without comments.

👤 kelt
Still using Jekyll + surge.sh