mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 06:14:08 -05:00
32 lines
611 B
TOML
32 lines
611 B
TOML
[book]
|
|
authors = ["DarkFi"]
|
|
language = "en"
|
|
src = "src"
|
|
title = "The DarkFi Book"
|
|
description = "DarkFi mdbook"
|
|
text-direction = "ltr"
|
|
|
|
[output.html]
|
|
default-theme = "ayu"
|
|
preferred-dark-theme = "ayu"
|
|
#theme = "theme"
|
|
additional-css = ["theme/tabs.css"]
|
|
additional-js = ["theme/mermaid.min.js", "theme/mermaid-init.js", "theme/zkas-highlight.js", "theme/tabs.js"]
|
|
|
|
[output.html.playground]
|
|
runnable = false
|
|
|
|
[preprocessor.tabs]
|
|
|
|
[preprocessor.katex]
|
|
macros = "latex-macros.txt"
|
|
after = ["links"]
|
|
|
|
[preprocessor.toc]
|
|
command = "mdbook-toc"
|
|
renderer = ["html"]
|
|
|
|
[preprocessor.mermaid]
|
|
command = "mdbook-mermaid"
|
|
|