website/config/_default/markup.toml

36 lines
662 B
TOML
Raw Normal View History

2023-03-26 07:36:22 +00:00
[asciidocExt]
extensions = [
"asciidoctor-bibtex",
"asciidoctor-diagram",
2023-03-26 07:36:22 +00:00
"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"
2023-11-13 14:36:11 +00:00
avatarstype = "webp"
icons = "image"
iconsdir = "/icons/asciidoctor"
icontype = "svg"
2023-03-26 07:36:22 +00:00
# asciidoctor-bibtex
bibtex-file = "./assets/bibliography.bib"
bibtex-order = "alphabetical"
bibtex-throw = true
# asciidoctor-tabs
tabs-sync-option = true