Prereqs: https://jekyllrb.com/docs/installation/#requirements
-
gem install jekyll bundler
-
bundle install
andjekyll serve --watch
-
OR
bundle exec jekyll serve --watch
Updating gems to match latest github-pages: bundle update
.
html-proofer is used with Travis CI to check for broken links on new builds.
bundle exec rake
bundle update