book.toml 1009 B

12345678910111213141516171819202122232425262728293031323334353637
  1. [book]
  2. language = "zh"
  3. authors = ["Dhammapāla","Kosalla","Dhammavarī","paññāñāṇā"]
  4. multilingual = false
  5. src = "src"
  6. title = "教理部口袋书"
  7. [output.html]
  8. git-repository-url = "https://gitee.com/jinghong-dajin-pagoda/fofazhishi.git"
  9. git-repository-icon = "fa-git"
  10. additional-js = [
  11. "theme/myjs/mermaid.min.js",
  12. "theme/myjs/mermaid-init.js",
  13. "theme/myjs/jquery-1.12.3.min.js",
  14. "theme/myjs/lrc.js",
  15. "theme/myjs/nosleep.js",
  16. "theme/myjs/social-share.min.js",
  17. "theme/myplugin/layer/layer.js",
  18. "theme/myplugin/pagetoc/sidebar.js"
  19. ]
  20. mathjax-support = true
  21. additional-css = [
  22. "theme/fonts/tai-tham-kh-new-v3.ttf",
  23. "theme/mycss/font.css",
  24. "theme/mycss/lrc.css",
  25. "theme/mycss/share.min.css",
  26. "theme/fonts/iconfont.ttf",
  27. "theme/fonts/iconfont.woff",
  28. "theme/myplugin/layer/theme/default/layer.css",
  29. "theme/myplugin/layer/theme/default/icon.png",
  30. "theme/myplugin/pagetoc/style.css"
  31. ]
  32. default-theme = "all"
  33. [output.html.fold]
  34. enable = true
  35. level = 0