-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Creating impress.js slide shows with pandoc
John MacFarlane edited this page May 28, 2013
·
11 revisions
First, clone a copy of the impress.js repository:
git clone https://github.com/bartaz/impress.js.git
Next, get the custom template:
git clone https://gist.github.com/5665065.git
Create a file impress.txt
with these contents:
# {#overview .step data-scale=10}
# Bored? {.step}
Aren't you **bored** with slides?
# {.step data-x=2000}
Their limits are annoying?
# {.step data-rotate=90}
Then you should try **impress.js**
Now create your slide show:
pandoc --template 5665065/impress-template.html -V impress-url=impress.js -s -t html5 --section-divs --self-contained -o impress.html impress.txt