Jade alternative utilities for creating a Reveal.js presentation.
This is an implementation of Reveal.js that simplifes the creation of presentations by treating it as a bower dependency and allowing you to generate you presentation markup with Jade.
To further simply markup this also includes some common slide style mixins. All slides also accept Jade blocks so they are intended to be loose or unnessecary to use.
- Clone Repo
- Install NodeJS ~0.10 if you don't have it
npm install -g grunt bower
npm install
bower install
grunt serve
- Checkout the example page at localhost:8000/example
- Create a new folder and put your index.jade in there
- include header and footer like in the example
- Enjoy!
Takes a String:
title and Array:
list arguments to create a slide with an uordered list
Takes a String:
title and Array:
list arguments to create a slide with an ordered list
The basis of all slides and accepts a Jade block
Takes a String:
title and accepts a jade block to produce a slide with a <H1>
title
Takes a String:
title and accepts a jade block to produce a slide with a <H3>
title