Public course materials for UCSD CSE 131
You too, can build this webpage locally, like so:
git clone https://github.com/ucsd-progsys/131-web.git
cd 131-web
makeThe website will live in _site/.
By editing the parameters in siteCtx in Site.hs
You can view it by running
make serverEither do
make uploador, if you prefer
make
cp -r _site/* docs/
git commit -a -m "update webpage"
git push origin masterThis theme is a fork of CleanMagicMedium-Jekyll originally published by Lucas Gatsas.