Presentation

Purpose

A tour through Gradle

Building

To generate a new index.html file:

$ ./gradlew clean asciidoctor

Developing

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

Uses

  • 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

License