assets | ||
db | ||
lib | ||
old | ||
slides | ||
src | ||
subsites | ||
templates | ||
.gitignore | ||
.gitlab-ci.yml | ||
CONTRIBUTING.md | ||
Rakefile | ||
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