Skip to content
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.

devopsdc/presentations

Repository files navigation

Do Not Use

This respository has been archived. There are known security vulnerabilities.

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.