https://ucsb-cs56.github.io/s19/
Jekyll based website for UCSB CS56, Spring 2019
- Website: https://ucsb-cs56.github.io/s19/
- It uses the new Jekyll theme 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 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 http://localhost:4000/s19/