My site and blog built using GitHub Pages.
-
Install Bundler if you haven't already:
gem install bundler
-
Install the project's gems:
bundle install --path vendor/bundle
-
Build the site:
./bin/jekyll build
If the jekyll command is still reported as missing, you can invoke the
bundled wrapper directly:
./bin/jekyll buildThis wrapper will prompt you to run bundle install if the gem has not been
installed yet.