Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skeeto/jekyll-deck

Template for Jekyll / deck.js presentations
https://github.com/skeeto/jekyll-deck

Last synced: about 2 months ago
JSON representation

Template for Jekyll / deck.js presentations

Awesome Lists containing this project

README

        

## Jekyll / deck.js Presentation Template

* Recursively clone this repository.
* Write your presentation in `index.html`.
* Run [Jekyll](https://github.com/mojombo/jekyll).
* Your presentation will be under `_site`, with
[deck.js](http://imakewebthings.com/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.