You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 month ago | |
---|---|---|
assets | 11 months ago | |
db | 1 month ago | |
lib | 9 months ago | |
old | 7 years ago | |
slides | 3 months ago | |
src | 2 months ago | |
subsites | 5 years ago | |
templates | 3 months ago | |
.gitignore | 3 years ago | |
CONTRIBUTING.md | 7 years ago | |
README.md | 6 years ago | |
Rakefile | 4 months ago |
README.md
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 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.
Installing Rake & Dependencies
$> sudo gem install rake redcarpet prawn