Skip to content

jermarchand/asciidoc-zenika

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

My Zenika theme for AsciiDoc

My docker command to generate PDF from adoc files.

docker run --user $(id -u):$(id -g) \
    --rm \
    -v $PWD:/documents \
    -v <PATH_TO_THIS_REPO>/themes:/documents/themes  \
    asciidoctor/docker-asciidoctor asciidoctor-pdf \
    -r asciidoctor-diagram \
    -a icons=font \
    -a experimental=true \
    -a plantuml-config=themes/plantuml.cfg \
    -a screenshot-dir-name=screenshots \
    -a source-highlighter=coderay \
    -a toclevels=2 \
    -a toc \
    -a title-page \
    -a pagenums \
    -a pdf-style=themes/pdf-theme.yml \
    -a pdf-fontsdir=themes/fonts/pdf \
    -a allow-uri-read \
    *.adoc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages