-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
80 lines (78 loc) · 1.85 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"title" : "webpack中文",
"author" : "tuzhu008",
"description" : "webpack学习资料和过程记录",
"language" : "zh-hans",
"root": ".",
"styles": {
"website": "styles/website.css"
},
"plugins": [
"expandable-chapters-small",
"anchors",
"anchor-navigation-ex",
"favicon",
"copy-code-button",
"alerts",
"splitter",
"book-summary-scroll-position-saver",
"include-codeblock",
"ace",
"prism",
"prism-themes",
"-highlight",
"tbfed-pagefooter",
"github",
"sectionx"
],
"pluginsConfig": {
"fontsettings": {
"theme": "night",
"family": "serif",
"size": 2
},
"anchor-navigation-ex": {
"showLevel": true,
"associatedWithSummary": true,
"printLog": false,
"multipleH1": true,
"mode": "float",
"float": {
"showLevelIcon": false,
"level1Icon": "fa fa-hand-o-right",
"level2Icon": "fa fa-hand-o-right",
"level3Icon": "fa fa-hand-o-right"
}
},
"include-codeblock": {
"template": "ace",
"unindent": true,
"theme": "monokai"
},
"favicon": {
"shortcut": "assets/images/favicon.ico",
"bookmark": "assets/images/favicon.ico",
"appleTouch": "assets/images/apple-touch-icon.png",
"appleTouchMore": {
"120x120": "assets/images/apple-touch-icon-120x120.png",
"180x180": "assets/images/apple-touch-icon-180x180.png"
}
},
"prism": {
"css": [
"prism-themes/themes/prism-atom-dark.css"
]
},
"tbfed-pagefooter": {
"copyright":"Copyright © tuzhu008 2017",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"github": {
"url": "https://github.com/tuzhu008"
},
"sectionx": {
"tag": "b"
}
}
}