This is the source for my slides. The content is rendered using Gradle and published in the gh-pages branch to make slides available on-line.
./gradlew clean asciidoctorIf you want to have it updated with changes in real-time:
./gradlew -t asciidoctorTo run it locally:
./gradlew liveReloadand open http://localhost:35729 with your browser. It should refresh with any change.
To publish it:
./gradlew publishGhPages(make sure you've previosly created the gh-pages branch, the content doesn't matter)
This presentation is heavily influenced by the Melix slides. The good things you can find here are developed by him, except errors and bugs which are mine.