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