-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.toml
58 lines (47 loc) · 1.24 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
53
54
55
56
57
58
[book]
authors = ["ZoomQuiet"]
language = "zh"
multilingual = false
src = "src"
title = "ABC~卷积图书护送"
base_url = "abc.d0d.fun"
# Enables the `mdbook-template` preprocessor
#[preprocessor.template]
[build]
build-dir = "docs"
[rss4mdbook]
url_base = "https://abc.d0d.fun"
rss_title = "ABC ~ 卷积图书护送"
rss_desc = "~ 每周四21:00直播聊书"
[output.html]
no-section-label = true
git-repository-url = "https://github.com/OpenBookProjects/abc"
edit-url-template = "https://github.com/OpenBookProjects/abc/blob/main/{path}"
additional-css = ["theme/style.css"]
additional-js = ["assets/custom.js", "assets/bigPicture.js"]
[output.html.fold]
enable = true
level = 1
[output.html.print]
enable = false
[output.html.playground]
editable = true
line-numbers = true
#copy-js = true
#[output.theme-ace]
#theme-white = "xcode"
#theme-dark = "monokai"
[output.html.search]
limit-results = 13
use-boolean-and = true
boost-title = 2
boost-hierarchy = 2
boost-paragraph = 1
expand = true
heading-split-level = 2
# book.toml
# 230220 ++ cognitive-engineering-lab/aquascope
# : Interactive visualizations of Rust at compile-time and run-time https://github.com/cognitive-engineering-lab/aquascope
#[preprocessor.aquascope]
[rust]
edition = "2021"