Jekyll-based website for UCSB CS16, for shared course materials.
- website: https://ucsb-cs16.github.io
- 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
- 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 http://localhost:4000