I am looking for blogging platforms where I can share what I learn, share code snippets.
Please share your advices on what tools to use
Thank you
1–10 of 87 posts
I am looking for blogging platforms where I can share what I learn, share code snippets.
Please share your advices on what tools to use
Thank you
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.
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.
It uses markdown, has lots of themes (some paid, some free, some OSS), you can host it yourself.
http://ghost.org/ https://github.com/proudlygeek/hipstadeploy
And demo: http://www.oddevan.com/
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…