Generating PDF's from ASCIIDoc

Generates PDF's from all adoc-Files within the current folder.

docker run --rm -v $(pwd):/documents/ asciidoctor/docker-asciidoctor asciidoctor-pdf ./*.adoc

Use theme

Inside sourcefile use

:pdf-theme: ./theme.yml

to use theme.yml as theme.