https://github.com/plsyssec/cse291-fall16
CSE 291, Fall 2016
https://github.com/plsyssec/cse291-fall16
Last synced: 4 months ago
JSON representation
CSE 291, Fall 2016
- Host: GitHub
- URL: https://github.com/plsyssec/cse291-fall16
- Owner: PLSysSec
- Created: 2016-09-12T05:15:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-28T20:17:39.000Z (over 9 years ago)
- Last Synced: 2025-07-31T15:32:39.266Z (11 months ago)
- Language: HTML
- Size: 13 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is the repo for the [CSE 291](https://cseweb.ucsd.edu/~dstefan/cse291-fall16) course, using
[hugo](https://gohugo.io).
To clone this repo and build the site:
```
git clone --recursive https://github.com/PLSysSec/cse291-fall16.git
hugo
```
Use `hugo server` if you want to run the local server. You may need to remove the `baseurl` and `canonifyurls` from the `config.toml` file for this to actually work.