Personal Website
brew install rbenv
rbenv init # (put eval "$(rbenv init -)" in bash_profile)
rbenv install 2.4.1 # install local ruby
rbenv local 2.4.1 # switch to local version
gem install jekyll bundler
# gem install gitHub-pages
# bundle update github-pages
bundle exec jekyll serve