Website/README.md

25 lines
628 B
Markdown

# The ODIn Lab Website
Hosted at https://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/`
```
$> open build/index.html
```
Details of the repository's organization and how to upload files are in
[CONTRIBUTING.md](CONTRIBUTING.md).
## Installing Rake & Dependencies
```
$> sudo gem install rake redcarpet prawn
```