Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 669 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 669 Bytes

Presentations

To view the presentations go to http://theodi.github.io/presentations.

Presentations based on reveal.js.

Structure

  1. Put actual presentation in top level
  2. Images and resources in folder with meaningful name
  3. Link to presentation in index.html
  4. Sorted by year and month

Using Jekyll

You can now use a shared layout if you include the Jekyll front matter in your presentation. See blank-deck-using-jekyll-layout.html for a sample.

To preview locally:

bundle
jekyll serve --watch

Then visit http://localhost:4000 for a preview.