Install the dependencies with Bundler:
$ bundle install
Run jekyll
commands through Bundler to ensure you're using the right versions:
$ bundle exec jekyll serve
To generate the complete static site locally in the _site folder, run:
$ bundle exec jekyll build --destination docs/
To deploy to production and push to all remotes, run:
$ ./deploy.sh