Skip to content

Public course materials for CSE 131 (Compilers)

License

Notifications You must be signed in to change notification settings

djuanit0x/131-web

 
 

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.

About

Public course materials for CSE 131 (Compilers)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 45.3%
  • CSS 21.8%
  • HTML 20.6%
  • Haskell 12.0%
  • Makefile 0.3%