forked from ucsb-cs24-s18/ucsb-cs24-s18.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.md~
16 lines (13 loc) · 757 Bytes
/
README.md~
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# UCSB-CS56-F16.github.io
Website: http://ucsb-cs56-m16.github.io
Jekyll status on Travis-CI: [![Build Status](https://travis-ci.org/UCSB-CS56-F16/UCSB-CS56-F16.github.io.svg?branch=master)](https://travis-ci.org/UCSB-CS56-F16/UCSB-CS56-F16.github.io)
* Travis-ci: https://travis-ci.org/UCSB-CS56-F16/UCSB-CS56-F16.github.io
* To add a status image like this in your README.md, see [these instructions](https://docs.travis-ci.com/user/status-images/)
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 localhost:4000