Skip to content

ucsd-progsys/131-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ebce2a5 · Jun 8, 2020
Sep 29, 2016
Jun 8, 2020
Jun 8, 2020
Oct 8, 2018
Jan 5, 2018
Sep 25, 2016
Sep 22, 2016
Sep 22, 2016
Sep 27, 2018
Jan 5, 2018
Nov 21, 2018
Sep 28, 2018
Sep 28, 2018
Sep 27, 2018
Sep 27, 2018
Sep 22, 2016
Dec 8, 2018
Jan 5, 2018
Sep 27, 2018
Jan 5, 2018

Repository files navigation

131-web

Public course materials for UCSD CSE 131

Install

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

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

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.