Installing dependencies bundle install Local development To run the site locally: bundle exec jekyll serve or, to delete the local build first, which seems to avoid weird issues where some templated files don't get rebuilt: rm -rf ./_site/ && bundle exec jekyll serve