aboutsummaryrefslogtreecommitdiff
path: root/default.revealjs
AgeCommit message (Collapse)AuthorFilesLines
2015-04-07reveal.js template: move custom css after theme.John MacFarlane1-3/+3
This allows custom css to modify themes, instead of being replaced by themes. Closes #91.
2015-04-01reveal.js: add new configurable options and comments:Dmitry Smirnov1-4/+6
* Made option "center" configurable. * Added new options "maxScale" and "slideNumber". * Added comments to existing options. Signed-off-by: Dmitry Smirnov <onlyjob@member.fsf.org>
2015-02-16Fixed some cosmetic spacing issues in reveal.js template.John MacFarlane1-21/+21
2015-02-16reveal.js template: Fixed link to theme.John MacFarlane1-4/+0
2015-01-31Fix revealjs theme functionalityAaron Browne1-0/+5
Use up-to-date theme as link convention for revealjs. Leave old theme as config option just in case. Match current revealjs behavior of defaulting to "black" theme. Fixes #80 Signed-off-by: Aaron Browne <aaron0browne@gmail.com>
2015-01-19Link to non-minified reveal.js JS and CSS filesEoin Travers1-2/+2
`reveal.js` no longer ships with /css/reveal.min.css or /js/reveal.min.js, so template should refer to non-minified original files.
2014-04-05reveal.js template: Fix PDF print function.John MacFarlane1-4/+13
See pandoc issue #1220.
2014-02-12Moved $include-after$ to the closing </body>Alexander Belyaev1-3/+4
See https://groups.google.com/forum/#!topic/pandoc-discuss/Fbfh8IIcVds
2013-06-21Added subtitle to html and latex formats.John MacFarlane1-0/+3
2013-05-01Fixed errors introduced in last revealjs template update.John MacFarlane1-3/+3
2013-04-30revealjs template: use remotes by default, set defaults from query hash.John MacFarlane1-6/+5
2013-03-24revealjs template - include pdf css stylesheet by default.John MacFarlane1-6/+1
2013-03-23New version of default.revealjs.John MacFarlane1-0/+101
Also note rename: .reveal_js -> .revealjs.