An open API service indexing awesome lists of open source software.

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

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.