Generates PDF's from all adoc-Files within the current folder.
docker run --rm -v $(pwd):/documents/ asciidoctor/docker-asciidoctor asciidoctor-pdf ./*.adoc
Inside sourcefile use
:pdf-theme: ./theme.yml
to use theme.yml as theme.