Skip to content

v1.3.0 - Enables building AsciiDoc Reveal.js slides and PDF ebook

Compare
Choose a tag to compare
@manoelcampos manoelcampos released this 17 Aug 19:58
b193442

The new pdf_build boolean option enables building an ebook.pdf alongside the generated HTML files. The ebook is built from the README AsciiDoc file.

The slides generation parameters are:

  • slides_build: boolean - enables building a slides.html file (default false)
  • slides_main_adoc_file: string - defines the name of the AsciiDoc source file to build the slides (default 'README')
  • slides_skip_asciidoctor_build: boolean - to enable skippig the build of regular html files using the asciidoctor command, if you just want to generate the slides (default false)