asciidoctor.org icon indicating copy to clipboard operation
asciidoctor.org copied to clipboard

Document how to build a deck.js or reveal.js presentation using a Gradle build

Open mojavelinux opened this issue 10 years ago • 3 comments

Document how to build a deck.js or reveal.js presentation using a Gradle build and the Asciidoctor Gradle plugin. This requires a bit of extra setup because it has to pull down the custom templates.

See https://gist.github.com/ItGumby/d9903a8cc14b8611e842

This documentation should either be in the Gradle guide or, perhaps more appropriate, the deck.js / reveal.js guide on asciidoctor.org.

mojavelinux avatar Oct 17 '14 21:10 mojavelinux

Here's another example: https://github.com/mrhaki/jfall2014-asciidoctor

mojavelinux avatar Nov 08 '14 08:11 mojavelinux

mrhaki's post could definitely be reversed engineered to include what you need. I'm no expert with gradle, so I'll leave this for another contributor to dive into.

jaredmorgs avatar Jan 23 '16 10:01 jaredmorgs

There's now a generator for this as well. See https://github.com/asciidoctor/asciidoctor-lazybones Includes support for both Deck and Reveal.

mojavelinux avatar Jan 27 '16 00:01 mojavelinux