My personal site using jekyll.
First, make sure you have the right version of bundler installed:
gem install bundler:2.3.7 --user-install
Install dependencies:
bundle config set path 'vendor/bundle'
bundle install
Run locally:
bundle exec jekyll serve --watch