https://github.com/plsyssec/cse130-winter17
CSE 130 Winter 2017 course repo
https://github.com/plsyssec/cse130-winter17
Last synced: 4 months ago
JSON representation
CSE 130 Winter 2017 course repo
- Host: GitHub
- URL: https://github.com/plsyssec/cse130-winter17
- Owner: PLSysSec
- Created: 2016-12-29T07:46:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-16T05:23:07.000Z (over 9 years ago)
- Last Synced: 2025-01-12T14:37:56.957Z (over 1 year ago)
- Language: HTML
- Size: 24.4 MB
- Stars: 1
- Watchers: 13
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is the repo for the [CSE 130](https://cseweb.ucsd.edu/~dstefan/cse130-winter17) course, using
[hugo](https://gohugo.io).
To clone this repo and build the site:
```
git clone --recursive https://github.com/PLSysSec/cse130-winter17.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.