Skip to content

ucsb-cs48/w19

Repository files navigation

w19

https://ucsb-cs48.github.io/w19/

Jekyll based website for UCSB CS48, Winter 2019

Website: https://ucsb-cs48.github.io/w19/

This version is intended to replace https://ucsb-cs48-w19.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

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: