An example project that demonstrates how to convert AsciiDoc to multiple HTML pages with the Asciidoctor Maven plugin and Asciidoctor Multipage Extension.
The AsciiDoc source of the demo presentation can be found in src/docs/asciidoc/index.adoc.
Convert the AsciiDoc to multipage by invoking the process-resources
goal (configured as the default goal):
$ mvn
Open the folder target/target/docs/multipage/ in your browser to see the generated multipage HTML file.
Tip
|
You can find a one-line server at Big list of http static server one-liners, which can help you to brower the folder target/target/docs/multipage/. |