Ask HN: What are the best blogging platforms for developers in 2020?
Now that I'm stuck home due to the corona virus, I want to pick up blogging.
I'm curious what blogging platforms out there do you consider to be the best. Features like Markdown and syntax highlighting would help.
In the past I used Ghost, WordPress, and I even built my own blogging engine. I don't want to spend a month creating a new one so I'm looking for a complete solution.
Which blogging platform do you prefer?
17 comments
[ 3.2 ms ] story [ 31.0 ms ] threadWordpress just works and has an active community and a ton of plug-ins which lets you focus on generating content and not fighting constantly with the tool. There are plenty of inexpensive hosting options for Wordpress, and lots of templates to get moving.
If the goal is to blog, use what is popular and already works so that you are blogging and not constantly focused on the platform. The more time you deal with the platform the less you focus on actually posting which is what is important.
FWIW, I don't particularly like Wordpress, and there are parts I downright despise, but it works and gets the job done.
I focus on choosing the "right" platform now so that I wont have to think about it 5 years from now.
I have had horror experiences with Wordpress in the past and that is why I avoid it.
- https://radarthemes.com/theme/trooper-lite/ (free) - https://wordpress.org/themes/trooper-lite/ (free)
WordPress is a fantastic cms and I highly recommend it for blogging. If you do not care about additional functionality then blot.im was a great service.
version controlled, can run clojure, js and python code on page, can fork and submit pull request.
markdown format with equation and emoji support.
I made a tiny, markdown-based blogging solution called Markblog. (https://github.com/olaven/markblog)
No frontend framework. Just Markdown. With Github Pages/Github Actions you'll have hosting and automatic building as well (https://olaven.org/out/guides/blog_with_git_and_markdown.htm...)
This is the blogging platform i prefer and I hope it can be of use for someone else :-)
Whatever you will choose, it will be good enough. Don't worry, focus on content.
Templating is pretty simple and as close to plain html markup as I think you can reasonably get. Outputs flat files that you could put anywhere.
Totally reduced friction to post, no server processes or database to babysit and the binary to build it is one versioned package. I will be able to build it for years without worrying too much. Can't recommend enough.