-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.toml
52 lines (39 loc) · 1.23 KB
/
book.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[book]
authors = ["Creators!"]
language = "cn"
multilingual = false
src = "src"
title = "Creators' World."
description = "零知世界"
[preprocessor]
# [preprocessor.katex]
# after = ["links"]
# macros = "macros.txt"
[preprocessor.toc]
command = "mdbook-toc"
renderer = ["html"]
marker = "[TOC]"
max-level = 4
[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "3.0.0" # do not edit: managed by `mdbook-admonish install`
[preprocessor.open-on-gh]
command = "mdbook-open-on-gh"
renderer = ["html"]
[preprocessor.mermaid]
command = "mdbook-mermaid"
[output.html]
mathjax-support = true
no-section-label = true
theme = "theme"
additional-js = ["theme/mermaid.min.js", "theme/mermaid-init.js"]
additional-css = ["./mdbook-admonish.css", "theme/css/mdbook-admonish.css", "theme/css/open-in.css"]
git-repository-url = "https://github.com/CreatorsDAO"
open-on-text = "Found a bug?! [Edit this page on GitHub.]"
edit-url-template = "https://github.com/CreatorsDAO/CreatorsDAO.github.io/edit/main/{path}"
curly-quotes = true # replaces straight quotes with curly quotes
[output.html.fold]
enable = true # whether or not to enable section folding
level = 0 # the depth to start folding
[output.html.search]
enable = true