-
Notifications
You must be signed in to change notification settings - Fork 338
Hacking Slidify
ramnathv edited this page Nov 24, 2012
·
1 revision
I think it would be a good idea to record a live session on how to hack and extend Slidify. The example I have in mind is how to add reveal.js as a framework.
I can take users through:
- Cloning the repo to
libraries/frameworks/revealjs
. - Using
index.html
to create layoutsdeck.html
,slide.html
andhead.html
. - Adding a
config.yml
to indicate defaults. - Test using an example slide deck.
I believe it would show users the power of Slidify in being able to easily subsume multiple HTML5 slide generation frameworks.
I need to script this in a little more detail and do a couple of practice takes to get a smooth rendition.