Jekyll-based website for CS32, Winter 2019
Website: https://ucsb-cs32.github.io/w19/
The theme currently being used can be find in the jekyll-theme value
in _config.yml
The navigation is set by the values in _data/navigation.yml
- Travis-ci: https://travis-ci.org/ucsb-cs32/w19
- To add a status image like this in your README.md, see these instructions
To test locally:
- One time setup:
git clonethe repo- Install rvm (the Ruby version manager)
- Run
./setup.shto install correct ruby version, bundler version, and bundle the gems
- From then on, to test the site locally:
- Run
./jekyll.sh - Point browser to https://localhost:4000/w19/
- Run