Live data from Hacker News

Ask HN: What are good blogging platforms for programmers?

news.ycombinator.com

1–10 of 87 posts

Re: Ask HN: What are good blogging platforms for programmers?

#2
Using Jekyll (w/ a good theme) + GitHub Pages is more than sufficient. More importantly, it's free, fast, and can handle large amounts of traffic, such as the front page of Hacker News.

A year ago, I used Wordpress on shared hosting, then my service was terminated once I hit the front page of HN (~300 concurrent users). I've been using Jekyll + GitHub Pages since, and I've had no issues whatsoever, aside from the occasional GitHub outages.

Re: Ask HN: What are good blogging platforms for programmers?

#4
You can share snippets on any platform using either github snippets or an html/js code formatter like https://code.google.com/p/google-code-prettify/downloads/lis....

Rather than host your own, I prefer just going with tumblr or something slick. I do like tumblr for its social connectedness, easy sharing and liking. Whatever floats your boat, though.

Re: Ask HN: What are good blogging platforms for programmers?

#5
You should try Ghost. I've had a good experiences with it. It still has some quirks though like mobile editing (viewing works fine). But it's officially still in beta so that is to be expected.

It uses markdown, has lots of themes (some paid, some free, some OSS), you can host it yourself.

https://ghost.org/

Re: Ask HN: What are good blogging platforms for programmers?

#7
I definitely recommend deploying static pages (either GitHub pages as people have mentioned or a static website through Amazon S3/CloudFront). Personally, I use Ghost and Hipstadeploy:

http://ghost.org/ https://github.com/proudlygeek/hipstadeploy

And demo: http://www.oddevan.com/

Re: Ask HN: What are good blogging platforms for programmers?

#8

Using Jekyll (w/ a good theme) + GitHub Pages is more than sufficient. More importantly, it's free, fast, and can handle large amounts of traffic, such as the front page of Hacker News. A year ago, I used Wordpress on shared hosting, then my service was terminated once I hit the front page of HN (~300 concurrent users). I've been using Jekyll + GitHub Pages since, and I've had no issues whatsoever, aside from the occ…

A variation of this is to push your Jekyll site to S3 and put CloudFront in front of it. It'll cost you a small amount of money each month (my sorely neglected blog costs me about $0.02/month).

Re: Ask HN: What are good blogging platforms for programmers?

#10
I am partial to Ghost (https://ghost.org/). It's a super easy platform to use. You can host it yourself or get paid hosting. Also it's open-source so you can contribute to it's development which is something that you can also learn on. Default theme supports code-snippets out-of-the-box too.
Post reply on HN