Here's a list of resources, mentioned in this thread and elsewhere. Some of these are better at sharing code snippets than others, but you might find the features of the platform more enjoyable. - Jekyll + GitHub Pages ( https://help.github.com/articles/using-jekyll-with-pages ) - Octopress/Jekyll + GitHub Pages ( http://octopress.org/ ) - Svbtle ( https://svbtle.com/ ) - Medium ( https://medium.com/ ) - Ghost ( http…
Ask HN: What are good blogging platforms for programmers?
61–70 of 87 posts
Re: Ask HN: What are good blogging platforms for programmers?
#62* I already have a server running under my desk, running Apache, and a git repo web-served via CGIT, where I can store any serious code snippets that require versioning. So I'm not interested in anything that uses third party hosting.
* I'm the only blogger: no multi-user capabilities needed.
* The publishing side doesn't even have to be web-based; the minimal requirements are that I can log in to a shell account and post a blog by creating a text file and running some command. This then updates the page nicely, including the RSS feed and whatnot.
* No user comment feature required; it's okay if users mail-in comments, and there is a way to publish selections from the mailbag.
Re: Ask HN: What are good blogging platforms for programmers?
#63Re: Ask HN: What are good blogging platforms for programmers?
#64You 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/
you can also host ghost statically on github pages
Re: Ask HN: What are good blogging platforms for programmers?
#65Honestly, I would just write my own HTML/CSS and buy hosting on a server somewhere. This is cheap, and gives you a great deal of control, while also honing your web development skills. (And doing it yourself feels good!)
I currently use piecrust[1] to statically generate my markdown through twig (templates) and push these to my site host nearlyfreespeech via ssh. It's pay as you go; I've not needed a dB or CGI, and those are not forced on me. Perhaps I'll be punished if I ever get front paged, but YNGNI.
I am trying out metalsmith[2] instead, as I'm more familiar with javascript than php and hence can make plugins for the various bits I need.
0. https://github.com/Raynes/laser
Re: Ask HN: What are good blogging platforms for programmers?
#66Using 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…
Re: Ask HN: What are good blogging platforms for programmers?
#67http://svbtle.com is nice. You can use GitHub flavoured markdown. The code highlighting is not ideal, but other than that it's a very nice platform.
Re: Ask HN: What are good blogging platforms for programmers?
#68You 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/
you can also host ghost statically on github pages
Re: Ask HN: What are good blogging platforms for programmers?
#69Re: Ask HN: What are good blogging platforms for programmers?
#70Using 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…
The idea that your Markdown articles are definitive, that you can add custom grammar, and that your blog is strictly a view into your writing rather than a separate content platform, should be very appealing to programmers!
[1]: http://a-jekyll-blog.archagon.net/programming/2014/06/23/sec...