book.toml 663 B

123456789101112131415161718192021222324252627282930
  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 = "darkforest"
  10. preferred-dark-theme = "darkforest"
  11. theme = "theme"
  12. additional-css = ["theme/tabs.css", "theme/highlight.css", "src/fonts.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"