jfushada / cs480_s18

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Course website for CS480, Section 10 (Spring 2018)

Currently under class exercise experiment. Bugs to be fixed by students.

This site is built with Jekyll and is hosted on GitHub Pages.

Setup

Building and Running

git clone https://github.com/joannakl/cs480_s18.git
cd cs480_s18
jekyll build --watch
open _site/index.html

Alternatively, if you want to build with a local webserver:

# in `_config.yml`, change the baseurl config to – `baseurl: ""`
jekyll serve
# navigate to http://127.0.0.1:4000/

Note: If you make any changes to _config.yml, you have to restart the server or run jekyll build --watch for the changes to take place.

Contributing

Please see this document for instructions on how to contribute

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 94.4%Language:HTML 4.8%Language:CSS 0.8%Language:Ruby 0.1%