manoelcampos/asciidoctor-ghpages

Build AsciiDoc GitHub Pages: renames resulting README.html to index.html. Generates an ebook.pdf or Reveal.js slides

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
source_dirDefines the source root directory from where AsciiDoc files will be built and other containing files will be published to gh-pages.no.
asciidoctor_paramsExtra parameters to pass to the asciidoctor command to customize the process of building adoc filesno
adoc_file_extThe extension you are using for your AsciiDoc Filesno.adoc
pdf_buildDefines if a PDF ebook should be built along with the html files. That will generate an ebook.pdf file inside the gh-pages branch.nofalse
ebook_main_adoc_fileDefines the name of the main AsciiDoc file that will be used if you are generating an ebook in PDF or any other supported format. For instance, if the main ebook file is "ebook.adoc", just inform "ebook" here.noREADME
slides_buildDefines if a slides.html file should be built using AsciiDoc Reveal.js. The slides.html file is generated inside the gh-pages branch.nofalse
slides_main_adoc_fileDefines the name of the main AsciiDoc file that will be used if you are generating slides with Reveal.js. For instance, if the slides file is "slides.adoc", just inform "slides" here.noREADME
slides_skip_asciidoctor_buildIf slides are being generated using AsciiDoc Reveal.js, you may not want to build the regular html files using the asciidoctor command, but just using the asciidoctor-revealjs command. In order to generate only the slides.html instead of the regular html files, set this config to true.nofalse
pre_buildAny arbitrary shell command to be executed before the asciidoc build is started. Optional.noecho "No pre build command provided."
post_buildAny arbitrary shell command to be executed after the asciidoc build is complete and before committing changes on gh-pages branch. Optional.noecho "No post build command provided."

no outputs