book.toml 535 B

123456789101112131415161718192021222324252627
  1. [book]
  2. authors = ["DarkFi"]
  3. language = "en"
  4. src = "src"
  5. title = "The DarkFi Book"
  6. description = "DarkFi mdbook"
  7. text-direction = "ltr"
  8. [output.html]
  9. default-theme = "ayu"
  10. preferred-dark-theme = "ayu"
  11. theme = "theme"
  12. additional-js = ["theme/mermaid.min.js", "theme/mermaid-init.js", "theme/zkas-highlight.js"]
  13. [output.html.playground]
  14. runnable = false
  15. [preprocessor.katex]
  16. macros = "latex-macros.txt"
  17. after = ["links"]
  18. [preprocessor.toc]
  19. command = "mdbook-toc"
  20. renderer = ["html"]
  21. [preprocessor.mermaid]
  22. command = "mdbook-mermaid"