Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.29 KB

README.adoc

File metadata and controls

43 lines (28 loc) · 1.29 KB

Presentations

by Maurice Zeijen

presentation framework put together by Patrick van Dissel

Just want to view the presentations? Go to: (not yet available)

Want to see the sources? Take a look in the subprojects directory for the specific presentations.

Usage

The presentations are set-up with Asciidoctor and generated to usable formats, like html5, with Gradle using the asciidoctor-gradle-plugin.

To build the presentations run the following command:

$ ./gradlew presentation

Each presentation is a separate Gradle subproject, located within the subprojects directory. To build only a specific presentation, run the following command:

$ ./gradlew :{name-of-subproject}:presentation

The generated presentation output can be found, per subproject, in the build/asciidoc/{format}/.