https://github.com/reiddraper/distreader
https://github.com/reiddraper/distreader
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/reiddraper/distreader
- Owner: reiddraper
- Created: 2012-01-14T23:41:17.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2019-11-22T14:54:50.000Z (over 6 years ago)
- Last Synced: 2025-04-06T22:46:47.567Z (about 1 year ago)
- Language: CSS
- Homepage: reiddraper.github.com/distreader
- Size: 10.7 KB
- Stars: 23
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The site is hosted [here](http://reiddraper.github.com/distreader)
To add a paper, submit a pull-request, you'll want to edit `index.markdown`
To build the site locally:
```
cabal install hakyll
make
# now view it
open _site/index.html
```