Website/README.md

19 lines
542 B
Markdown
Raw Normal View History

2016-07-09 20:40:55 -04:00
# The ODIn Lab Website
Hosted at http://odin.cse.buffalo.edu
## Editing the Website
The lab page is automatically generated using a homebrew tool called GemSmith,
which builds functionality similar to [MetalSmith](http://www.metalsmith.io)
into Ruby's Rake build tool. To compile the repository, just invoke Rake
```
$> rake
```
You'll need at least Ruby 2.3. Generated files live in `build/`
```
2016-07-09 20:41:54 -04:00
$> open build/index.html
2016-07-09 20:40:55 -04:00
```
2016-07-11 11:29:10 -04:00
Details of the repository's organization and how to upload files are in
[CONTRIBUTING.md](CONTRIBUTING.md).