Skip to content

ucsd-cse130/web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 25, 2018
a4fef75 · Apr 25, 2018
May 30, 2017
Jun 10, 2017
Apr 25, 2018
Apr 2, 2017
Apr 25, 2018
Apr 1, 2017
Feb 28, 2017
Apr 2, 2017
May 18, 2017
Jun 7, 2017
Jun 2, 2017
Mar 29, 2017
Mar 29, 2017
Mar 30, 2017
Mar 29, 2017
Apr 7, 2018
Jun 10, 2017
Mar 29, 2017
Apr 8, 2018
Feb 28, 2017

Repository files navigation

130-web

Public course materials for UCSD CSE 130

Install

You too, can build this webpage locally, like so:

$ git clone https://github.com/ucsd-progsys/131-web.git
$ cd 131-web
$ make

To then update the webpage after editing stuff, do:

$ make upload

The website will live in _site/.

Customize

By editing the parameters in siteCtx in Site.hs

View

You can view it by running

make server

Update

Either do

make upload

or, if you prefer

make
cp -r _site/* docs/
git commit -a -m "update webpage"
git push origin master

Credits

This theme is a fork of CleanMagicMedium-Jekyll originally published by Lucas Gatsas.