Define the theme to be used and center images
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Fred Pauchet 2020-12-15 11:48:24 +01:00
parent 89f032228f
commit 0f01bdcecb
2 changed files with 6 additions and 3 deletions

View File

@ -4,7 +4,7 @@
help:
@echo "Please use \`make <target>' where <target> is one of"
@echo " pdf to make standalone PDF files"
clean:
rm -rf $(BUILDDIR)/*
@ -14,4 +14,4 @@ html:
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
pdf:
asciidoctor-pdf -a pdf-themesdir=resources/themes -a pdf-theme=gwift-theme source/main.adoc -t -r asciidoctor-diagram
asciidoctor-pdf -a pdf-themesdir=resources/themes -a pdf-theme=book.yml source/main.adoc -t

View File

@ -11,4 +11,7 @@ admonition:
caution:
name: fa-fire
stroke_color: ff0000
size: 24
size: 24
image:
caption:
align: inherit