Go to file
Oliver Kennedy 73e1e7b9da debugging 2018-04-27 20:47:45 -04:00
assets Rejiggering Seminar Page 2018-02-09 10:25:47 -05:00
db Merge branch 'master' of gitlab.odin.cse.buffalo.edu:odin-lab/Website 2018-04-27 17:34:43 -04:00
lib debugging 2018-04-27 20:47:45 -04:00
old Finishing off the other sections 2016-05-25 20:57:21 -04:00
slides Merge branch 'master' of gitlab.odin.cse.buffalo.edu:odin-lab/Website 2018-04-27 17:34:43 -04:00
src debugging 2018-04-27 20:47:45 -04:00
subsites Move over to HTTPS 2017-08-31 17:18:47 -04:00
templates Rejiggering Seminar Page 2018-02-09 10:25:47 -05: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 Improving Short CV 2017-10-24 18:24:55 -04:00
Rakefile Inlining images for people page 2018-04-27 20:25:43 -04:00
okennedy_short.pdf Lab Updates 2017-11-20 16:23:51 -05:00

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