The generated reveal.js presentation can be found at http://danhyun.github.io/git-2015-session
This repo contains the source files that are used generate the presentation. The presentation is written in Asciidoctor using the reveal.js backend. The layout and format was inspired from the reveal.js example of asciidoctor-gradle-examples.
If you want to use IntelliJ, run:
$ ./gradlew idea
To generate the IntelliJ specific files.
To have Gradle automatically recompile the asciidoctor documents, run:
$ ./gradlew clean asciidoctor watch
This utilizes the gradle-watch-plugin to watch files for changes.