book.toml 611 B

12345678910111213141516171819202122232425262728293031
  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-css = ["theme/tabs.css"]
  13. additional-js = ["theme/mermaid.min.js", "theme/mermaid-init.js", "theme/zkas-highlight.js", "theme/tabs.js"]
  14. [output.html.playground]
  15. runnable = false
  16. [preprocessor.tabs]
  17. [preprocessor.katex]
  18. macros = "latex-macros.txt"
  19. after = ["links"]
  20. [preprocessor.toc]
  21. command = "mdbook-toc"
  22. renderer = ["html"]
  23. [preprocessor.mermaid]
  24. command = "mdbook-mermaid"