Go to file
Oliver Kennedy 47b07c7599 Disqus embed and 662 edits 2017-08-27 16:07:41 -04:00
assets Ting Photo 2017-08-22 18:27:32 -04:00
db Ting Photo 2017-08-22 18:29:45 -04:00
lib Disqus embed and 662 edits 2017-08-27 16:07:41 -04:00
old Finishing off the other sections 2016-05-25 20:57:21 -04:00
slides Updated slides from Niccolo 2017-05-23 09:07:35 -04:00
src Disqus embed and 662 edits 2017-08-27 16:07:41 -04:00
subsites Fixing URLs 2017-06-05 10:09:02 -04:00
templates Photos 2017-08-17 15:03:30 -04:00
.gitignore Last mile submission and some missing pdfs 2016-10-21 14:30:53 -04:00
.gitlab-ci.yml Deploying db.json and other artifacts 2016-08-11 10:35:07 -04:00
CONTRIBUTING.md Add contribution guide 2016-07-09 20:42:19 -04:00
README.md Update README.md 2016-07-11 11:29:10 -04:00
Rakefile Disqus embed and 662 edits 2017-08-27 16:07:41 -04:00

README.md

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 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.