This repository contains the build for the slide deck used for this talk.
The slides are HTML and JavaScript. You can download a pre-built zip from here.
To build the slides locally, simply check this repository out and run…
./gradlew slideshow
Then open build/slideshow/index.html
in your browser.
Once you've opened the index.html
file in your browser, simply use the → and ← keys to navigate through the slides.
The tooling used to build the slides is something I put together and is an experiment. It uses:
Gradle is used to build the final HTML from Markdown and JavaScript input.
This will eventually be packaged up into a more user friendly, standalone, toolchain.