A tour through Gradle
To start a server listening on http://localhost:5050/
$ ./gradlew serve
To watch the source and regenerate on any changes:
$ ./gradlew asciidoctor -t
To publish to GitHub Pages:
$ ./gradlew asciidoctor gitPublishPush
-
Reveal.js, a framework for easily creating beautiful presentations using HTML
-
Asciidoctor, plain text processor with powerful content capabilities
-
Asciidoctor Reveal.js, for translating Asciidoctor content to Reveal.js slides
-
The presentation content is CC Attribution 4.0 licensed, Copyright © 2017 Jim J. Moore