/presentations

Presentations used during DevOpsDC Meetups

Primary LanguageCSS

DevOpsDC Presentations

This project contains DevOpsDC Presentations built using with showoff

The .rvmrc file with the project assumes you have ruby-1.9.3-p194 installed with rvm.

Initial Setup

  • gem install bundler
  • bundle install

Creating a new presentation

The master branch contains the base template. Branch this for your presentation and add your slides to the presentation directory. Be sure to update showoff.json with the appropriate meta-data for your presentation, too.

Running the presentation

Editing the presentation

Please see the showoff site for details about editing a showoff presentation. Feel free to update this code, submit pull requests, create branches, etc.