mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-30 22:57:59 +00:00
33 lines
620 B
TOML
33 lines
620 B
TOML
[asciidocExt]
|
|
extensions = [
|
|
"asciidoctor-bibtex",
|
|
"asciidoctor-diagram",
|
|
"asciidoctor-foodogsquared-extensions",
|
|
]
|
|
trace = true
|
|
workingFolderCurrent = true
|
|
|
|
[asciidocExt.attributes]
|
|
toc = true
|
|
sectanchors = true
|
|
"figure-caption!" = true
|
|
source-highlighter = "rouge"
|
|
allow-uri-read = true
|
|
experimental = true
|
|
linkcss = true
|
|
cache-uri = true
|
|
reproducible = true
|
|
stem = "latexmath"
|
|
|
|
avatarsdir = "/icons/avatars"
|
|
"avatarstype" = "webp"
|
|
|
|
icons = "image"
|
|
iconsdir = "/icons/asciidoctor"
|
|
icontype = "svg"
|
|
|
|
# asciidoctor-bibtex
|
|
bibtex-file = "./assets/bibliography.bib"
|
|
bibtex-order = "alphabetical"
|
|
bibtex-throw = true
|