Switch to dual commands : container start through podman and pdf generation with asciidoctor-pdf

This commit is contained in:
Fred Pauchet 2023-07-29 20:35:35 +02:00
parent d8b40c0abe
commit 7c09f7cf49
1 changed files with 21 additions and 6 deletions

View File

@ -1,6 +1,21 @@
time podman run -v `pwd`:/documents docker.io/asciidoctor/docker-asciidoctor asciidoctor-pdf\
-r asciidoctor-bibtex\
-a pdf-themesdir=resources/themes\
-a pdf-fontsdir=resources/fonts\
-a pdf-theme=gwift\
gwift-reborn.asc
pdf:
time asciidoctor-pdf\
-r asciidoctor-bibtex\
-r asciidoctor-lists\
-a pdf-themesdir=resources/themes\
-a pdf-fontsdir=resources/fonts\
-a pdf-theme=gwift\
gwift-reborn.asc
podman:
podman run -it -v `pwd`:/documents docker.io/asciidoctor/docker-asciidoctor
help:
time podman run -v `pwd`:/documents docker.io/asciidoctor/docker-asciidoctor asciidoctor-pdf\
-r asciidoctor-bibtex\
-a pdf-themesdir=resources/themes\
-a pdf-fontsdir=resources/fonts\
-a pdf-theme=gwift\
gwift-reborn.asc