Skip to content

UCSD-PL/230-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

256db8a · Jan 29, 2016

History

5 Commits
Oct 14, 2015
Oct 14, 2015
Jan 29, 2016
Jan 29, 2016
Oct 14, 2015
Jan 29, 2016
Jan 29, 2016
Jan 29, 2016
Oct 14, 2015
Jan 29, 2016
Oct 14, 2015
Jan 29, 2016
Oct 14, 2015
Jan 29, 2016
Jan 29, 2016
Oct 14, 2015
Jan 29, 2016
Oct 14, 2015
Jan 29, 2016

Repository files navigation

Website for CSE230

To build, make sure you install stack

Build the site

To build the site locally into _site/:

make 

To delete all temporary files:

make clean

To update the webpage remotely (FIXME):

make update

Add new lectures or homeworks

To add a new lecture, create the new file

lectures/lec-XXX.lhs

then add a link to it in

lectures.markdown 

and then do

make && make update

The analogous instructions apply to create a new homework.

Todo

Auto-generate Lectures and Homeworks (and the links) from directories.