Install tools:
sudo apt install build-essential ruby ruby-dev
sudo gem install bundler
bundle config set --local path 'vendor/bundle'
bundle install
Build the site and start a local server:
bundle exec jekyll serve --livereload
Uses the Paper Bootswatch theme for Bootstrap.