- Offline/Local: Checkout the complete repository and open one of the top level HTML files.
- Online: Browse to Github Pages for an overview of all talks.
The slides are build with https://asciidoctor.org/docs/asciidoctor-revealjs/, use the existing ones under /talks as example.
For rendering the Asciidoctor files to reveal.js HTML presentations a Node.js installation is required.
- Initialize the dependencies first:
npm install - Render all talks at once:
node render-talks.js - Continuously watch for changes and render on demand:
node render-talks.js watch
Generated html files are not checked in but rendered and published from the master branch by a GitHub action.