Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 544 Bytes

File metadata and controls

13 lines (7 loc) · 544 Bytes

Asciidoctor Maven Plugin: Asciidoc to reveal.js Example

An example project that demonstrates how to convert AsciiDoc to reveal.js slides with the Asciidoctor Maven plugin.

The AsciiDoc source of the demo presentation can be found in src/docs/asciidoc/slides.adoc.

Usage

Convert the AsciiDoc to HTML slides by invoking the process-resources goal (configured as the default goal):

$ mvn

Open the file target/generated-slides/slides.html in your browser to see the generated HTML file containing the reveal.js presentation deck.