Go to file
Oliver Kennedy 2854972827
ABET CV
2019-12-26 15:52:58 -05:00
assets Replace poonam.jpg 2019-08-29 00:38:31 -04:00
db ABET CV 2019-12-26 15:52:58 -05:00
lib ABET CV 2019-12-26 15:52:58 -05:00
old Finishing off the other sections 2016-05-25 20:57:21 -04:00
slides Typo in slides 2019-12-20 15:06:40 -05:00
src SIGMOD submission 2019-12-20 15:06:26 -05:00
subsites Update about.html 2018-12-14 23:36:08 -05:00
templates Slides for 662 2019-08-26 17:03:17 -07:00
.gitignore Last mile submission and some missing pdfs 2016-10-21 14:30:53 -04:00
.gitlab-ci.yml Update .gitlab-ci.yml 2019-01-30 14:58:23 -05:00
CONTRIBUTING.md Add contribution guide 2016-07-09 20:42:19 -04:00
KennedyOliver-CV.pdf ABET CV 2019-12-26 15:52:58 -05:00
README.md Improving Short CV 2017-10-24 18:24:55 -04:00
Rakefile ABET CV 2019-12-26 15:52:58 -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