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.
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}/
.
Links to handy resources for asciidoc presentations writing: