book.toml 464 B

123456789101112131415161718192021222324252627
  1. [book]
  2. authors = ["DarkFi"]
  3. language = "en"
  4. multilingual = false
  5. src = "src"
  6. title = "The DarkFi Book"
  7. [output.html]
  8. copy-fonts = true
  9. default-theme = "ayu"
  10. preferred-dark-theme = "ayu"
  11. theme = "theme"
  12. additional-js = ["theme/mermaid.min.js", "theme/mermaid-init.js"]
  13. [output.html.playground]
  14. runnable = false
  15. [output.katex]
  16. [preprocessor.katex]
  17. [preprocessor.toc]
  18. command = "mdbook-toc"
  19. renderer = ["html"]
  20. [preprocessor.mermaid]
  21. command = "mdbook-mermaid"