Jekyll-based website for CS56
website: https://UCSB-CS56-pconrad.github.io
- Travis-ci: https://travis-ci.org/UCSB-CS56-pconrad/UCSB-CS56-pconrad.github.io
- To add a status image like this in your README.md, see these instructions
To test locally:
- One time setup:
git clone
the repo- Install rvm (the Ruby version manager)
- Run
./setup.sh
to install correct ruby version, bundler version, and bundle the gems
- From then on, to test the site locally:
- Run `./jekyll.sh
- Point browser to localhost:4000