This is the personal tech blog for rballen. These articles and other contents are stored and hosted on [github.com/rballen] (https://github.com/rballen/rballen.github.com.git).
Code snippets (gists) are located here [gist.github.com/rballen] (https://gist.github.com/rballen)
[Jekyll-Bootstrap] (http://jekyllbootstrap.com)
I use jekyll-bootstrap as the base and is incredible easy to use
{% highlight bash %}
$ jekyll --server
$ rake post title="my new title"
$ rake page name="about.md"
or
$ rake page name="pages/about.md"
{% endhighlight %}