Skip to content

ucsb-cs32/w21

Repository files navigation

github.com/ucsb-cs32/f20

Jekyll-based website for CS32, Fall 2020

Website: https://ucsb-cs32.github.io/f20/

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

Jekyll status on Travis-CI: Build Status

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: