https://ucsb-cs56.github.io/s19/
Jekyll based website for UCSB CS56, Spring 2019
- Website: https://ucsb-cs56.github.io/s19/
- This version is intended to replace https://ucsb-cs56-s19.github.io.
- It uses the new Jekyll theme approach to make these sites easier to maintain.
- 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-cs56/s19
- 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 http://localhost:4000/s19/