Running Locally:
Running jekyll/github-pages on your own machine (Windows, Mac, Linux) to see errors, test, and stage a website
To run locally, you need to:
- Install
rvm
(the Ruby Version Manager)- See instructions here: /topics/running_locally_rvm/
- Have an up-to-date
Gemfile
andGemfile.lock
- See instructions here: /topics/running_locally_gemfile/
- Have an up-to-date
setup.sh
file that you run once:- each time you clone the repo on a new system
- any time the versions of Ruby or the modules used by github-pages change
- See instructions here: /topics/running_locally_setup_sh/
- Have an up-to-date
jekyll.sh
that you run each time you want to preview the site on http://localhost:4000- See instructions here: /topics/running_locally_jekyll_sh/