generated from zjp-CN/mdbook-template
-
Notifications
You must be signed in to change notification settings - Fork 4
/
book.toml
37 lines (31 loc) · 814 Bytes
/
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
[book]
authors = ["zjp <jiping_zhou@foxmail.com>"]
language = "zh"
multilingual = false
src = "src"
title = "rust-note"
# [preprocessor.theme]
# pagetoc = true
# sidebar-width = "300px"
# pagetoc-width = "15%"
# content-max-width = "75%"
# content-main-margin-left = "4%"
# content-main-margin-right = "4%"
# nav-chapters-max-width = "3%"
# nav-chapters-min-width = "3%"
[output.html]
default-theme = "ayu"
git-repository-url = "https://github.com/zjp-CN/rust-note"
edit-url-template = "https://github.com/zjp-CN/rust-note/edit/main/{path}"
additional-css = ["theme/pagetoc.css"]
additional-js = ["theme/pagetoc.js"]
[output.html.fold]
enable = false
level = 1
[output.html.playground]
editable = true
[output.html.print]
enable = false
[output.theme-ace]
theme-white = "xcode"
theme-dark = "monokai"