-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.toml
More file actions
38 lines (31 loc) · 1 KB
/
book.toml
File metadata and controls
38 lines (31 loc) · 1 KB
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
[book]
authors = ["kuanhsiaokuo"]
description = "写Python如烹小鲜"
language = "cn"
multilingual = false
src = "src"
title = "Python Cooker 🐍"
[output.html]
theme = "mytheme"
default-theme = "rust"
git-repository-url = "git@github.com:KuanHsiaoKuo/Python-Cooker.git"
git-repository-icon = "fa-rust"
additional-js = ["assets/mermaid/mermaid.min.js", "assets/mermaid/mermaid-init.js", "assets/smart-anchor.js", "assets/pagetoc/sidebar.js"]
additional-css = ["assets/pagetoc/pagetoc_style.css", "assets/css/mdbook-admonish.css"]
mathjax-support = true
[output.html.playground]
editable = true
copy-js = true
[output.html.fold]
enable = false
level = 0
# Enables the `mdbook-mermaid` preprocessor
[preprocessor.mermaid]
command = "mdbook-mermaid"
# Enables the `mdbook-checklist` preprocessor
[preprocessor.checklist]
title = "待完善: "
# Enables the `mdbook-admonish` preprocessor
[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "2.0.0" # do not edit: managed by `mdbook-admonish install`