-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
53 lines (53 loc) · 1.44 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
{
"title": "后期教学文档",
"author": "Gerardyang",
"language": "zh-hans",
"plugins": ["mathjax", "toc", "todo", "text-highlight", "replace", "html-minifier", "custom-js-css"],
"pluginsConfig": {
"toc2": {
"addClass": true,
"className": "toc"
},
"html-minifier": {
"caseSensitive": true,
"collapseBooleanAttributes": true,
"collapseInlineTagWhitespace": true,
"collapseWhitespace": true,
"conservativeCollapse": true,
"customAttrAssign": [],
"customAttrSurround": [],
"decodeEntities": false,
"html5": true,
"includeAutoGeneratedTags": true,
"keepClosingSlash": true,
"minifyCSS": true,
"minifyJS": true,
"minifyURLs": false,
"preserveLineBreaks": false,
"preventAttributesEscaping": false,
"processConditionalComments": false,
"processScripts": [],
"removeAttributeQuotes": false,
"removeComments": true,
"removeEmptyAttributes": false,
"removeEmptyElements": true,
"removeOptionalTags": false,
"removeRedundantAttributes": false,
"removeScriptTypeAttributes": false,
"removeStyleLinkTypeAttributes": false,
"removeTagWhitespace": true,
"sortAttributes": true,
"sortClassName": true,
"trimCustomFragments": false,
"useShortDoctype": false
},
"replace": {
"substitutes": [{
"pattern": "<html[\\s\\S]*>",
"flags": "g",
"substitute": "<html manifest='/cache.manifest'>"
}
]
}
}
}