Install Ruby 2.5.0

$ brew install rbenv
$ rbenv install 2.5.0
$ rbenv global 2.5.0

Install Jekyll

$ gem install jekyll bundler
$ bundle install
$ bundle exec jekyll serve -w