A simply jekyll blog that self-deploys to gh pages when commits to master are pushed.
# 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 updatejekyll serve