Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-07 | reveal.js template: move custom css after theme. | John MacFarlane | 1 | -3/+3 | |
This allows custom css to modify themes, instead of being replaced by themes. Closes #91. | |||||
2015-04-01 | reveal.js: add new configurable options and comments: | Dmitry Smirnov | 1 | -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-16 | Fixed some cosmetic spacing issues in reveal.js template. | John MacFarlane | 1 | -21/+21 | |
2015-02-16 | reveal.js template: Fixed link to theme. | John MacFarlane | 1 | -4/+0 | |
2015-01-31 | Fix revealjs theme functionality | Aaron Browne | 1 | -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-19 | Link to non-minified reveal.js JS and CSS files | Eoin Travers | 1 | -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-05 | reveal.js template: Fix PDF print function. | John MacFarlane | 1 | -4/+13 | |
See pandoc issue #1220. | |||||
2014-02-12 | Moved $include-after$ to the closing </body> | Alexander Belyaev | 1 | -3/+4 | |
See https://groups.google.com/forum/#!topic/pandoc-discuss/Fbfh8IIcVds | |||||
2013-06-21 | Added subtitle to html and latex formats. | John MacFarlane | 1 | -0/+3 | |
2013-05-01 | Fixed errors introduced in last revealjs template update. | John MacFarlane | 1 | -3/+3 | |
2013-04-30 | revealjs template: use remotes by default, set defaults from query hash. | John MacFarlane | 1 | -6/+5 | |
2013-03-24 | revealjs template - include pdf css stylesheet by default. | John MacFarlane | 1 | -6/+1 | |
2013-03-23 | New version of default.revealjs. | John MacFarlane | 1 | -0/+101 | |
Also note rename: .reveal_js -> .revealjs. |