by hhimanshu on 7/22/14, 4:53 PM with 83 comments
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
by minimaxir on 7/22/14, 4:58 PM
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.
by swah on 7/22/14, 5:31 PM
(and this makes me sad)
by billmalarky on 7/22/14, 5:38 PM
by yummyfajitas on 7/22/14, 5:15 PM
See the pelican folder here for code examples - feel free to steal the theme, just write your own content.
by JelteF on 7/22/14, 5:11 PM
It uses markdown, has lots of themes (some paid, some free, some OSS), you can host it yourself.
by jordanlev on 7/22/14, 5:43 PM
Not a dealbreaker, just something to be aware of. (And if anyone knows of other embeddable comment systems that can be used on static sites, I'd love to hear about them!)
by logn on 7/23/14, 7:45 AM
To do code snippets, try the <code> or <pre> tags.
I suppose if you want a full commenting system, then a platform makes sense. However, on low-traffic blogs I think the comments (or rather, lack thereof) make it seem like someone's talking to an empty room.
by oddevan on 7/22/14, 5:12 PM
http://ghost.org/ https://github.com/proudlygeek/hipstadeploy
And demo: http://www.oddevan.com/
by brianbarker on 7/22/14, 5:07 PM
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.
by lrichardson on 7/22/14, 6:33 PM
Tech.pro is a blogging platform / professional network catered only to the tech world (primarily software development).
Our editor is markdown-based and handles code snippets etc. quite well in addition to having support for embedded frame sites such as jsfiddle/codepen/sqlfiddle/etc.
Although you're writing on the TP platform, you still retain full ownership of your data. You can even download a neatly organized archive of all your blogs (and revisions) in both Markdown and html format at any time.
My Blog: http://tech.pro/leland/blog My Profile: http://tech.pro/leland
by austinl on 7/22/14, 5:53 PM
- 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 (https://ghost.org/)
by kazinator on 7/22/14, 9:00 PM
* 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.
by sharmi on 7/26/14, 8:01 PM
That said, I use the static site generator mynt. Host the generated website on digitalocean droplet behind an nginx server.
If you want to go the static site route and want to try all the options that you like, (and lets be honest, that is a big part of the fun setting up a blog) here are some aggregated lists
by medwezys on 7/22/14, 5:14 PM
by mostlybadfly on 7/23/14, 7:12 PM
For just having something already set to focus on your writing, I really like what I've seen from Jekyll, I don't have a need yet but I'm definitely keeping it in mind for future projects.
by growlybeard on 7/22/14, 6:39 PM
by Deusdies on 7/22/14, 5:11 PM
by datamoshr on 7/22/14, 5:14 PM
by arikrak on 7/22/14, 6:07 PM
(for more tips, see my kickstarter project: http://kck.st/1sYmezD )
by laacz on 7/23/14, 7:20 AM
[1] http://blog.codepen.io/2014/06/19/can-write-blog-posts-codep...
by s992 on 7/22/14, 5:20 PM
by saj1th on 7/22/14, 6:32 PM
Hosting Hugo blog on GitHub Pages ~ http://hugo.spf13.com/tutorials/github_pages_blog
by motyar on 8/3/14, 11:47 AM
by jason_slack on 7/23/14, 12:51 AM
by wirrbel on 7/22/14, 6:13 PM
It uses Sphinx markup which is great for embedding source code snippets and extending the blog with own extensions or pre-built ones.
by quotient on 7/22/14, 5:47 PM
by eddie_31003 on 7/22/14, 5:24 PM
by sergiotapia on 7/23/14, 3:08 AM
I wrote my posts using Markdown and done with it. Pretty simple.
by berzniz on 7/22/14, 9:39 PM
by programminggeek on 7/22/14, 6:16 PM
Platform isn't important. You can do what you are trying to do on ANY platform.
by tortoises on 7/22/14, 7:25 PM
Some hip ppl might try to use a makerbot or w/e but to get any kind of height on the platform u will need a LOT of plastic.
by jMyles on 7/22/14, 6:24 PM
by blooberr on 7/22/14, 5:42 PM
by duiker101 on 7/22/14, 4:58 PM