Skip to content

ucsb-cs16/w19

Repository files navigation

UCSB CS16 (Winter 2019, Yekaterina Kharitonova)

Repo for CS16 course material (Winter 2019, Yekaterina Kharitonova)

Website: https://ucsb-cs16.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

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: