Jekyll / deck.js Presentation Template
- Recursively clone this repository.
- Write your presentation in
index.html
. - Run Jekyll.
- Your presentation will be under
_site
, with deck.js included.
While it would be nice to write a presentation in Markdown, Jekyll unfortunately requires that each slide be an individual file under _posts
. This is tedious, but it’s there for your use in the branch markdown
. HTML is a lot more flexible when using deck.js.