-
Notifications
You must be signed in to change notification settings - Fork 144
/
book.json
37 lines (37 loc) · 867 Bytes
/
book.json
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
{
"title": "算法之路",
"description": "算法教程与源码",
"language": "zh-hans",
"author": "林荣彬",
"plugins": [
"mathjax@https://github.com/OrgVue/gitbook-plugin-mathjax.git#speech-fix",
"splitter",
"-search",
"-lunr",
"livereload",
"autocover"
],
"pluginsConfig": {
"search": {
"maxIndexSize": 100000
},
"include-codeblock": {
"template": "ace",
"theme": "monokai"
},
"autocover": {
"font": {
"size": null,
"family": "Impact",
"color": "#FFF"
},
"size": {
"w": 1800,
"h": 2360
},
"background": {
"color": "#09F"
}
}
}
}