Blog

Build Status

A simply jekyll blog that self-deploys to gh pages when commits to master are pushed.

Setup

# install rvm
https://rvm.io/rvm/install

# install bundler and jekyll
gem install --user-install bundler jekyll

# use bundler to unstall gems for jekyll
bundler update

Development

jekyll serve