Running developer’s blog directly from IDE
This is the source code of "Running developer’s blog directly from IDE" talk.
Useful resources
Generating slides
Convert the AsciiDoc to reveal.js by running the asciidoctor goal:
$ ./gradlew clean asciidoctor
IntelliJ
If you’re using IntelliJ you can generate the IDE’s files via:
$ ./gradlew idea
Open the file build/asciidoc/revealjs/index.html in your browser to see the generated revealjs file.