-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
75 lines (75 loc) · 1.92 KB
/
book.json
File metadata and controls
75 lines (75 loc) · 1.92 KB
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
{
"author": "mania_fish<mania_fish@163.com>",
"description": "technology note",
"extension": null,
"generator": "site",
"links": {
"sidebar": {
"github 主页": "https://github.com/maniafish/tech_talk/"
}
},
"output": null,
"pdf": {
"fontSize": 12,
"footerTemplate": null,
"headerTemplate": null,
"margin": {
"bottom": 36,
"left": 62,
"right": 62,
"top": 36
},
"pageNumbers": false,
"paperSize": "a4"
},
"title": "maniafish's technology blog",
"variables": {},
"plugins": [
"-lunr",
"-search",
"search-pro",
"anchor-navigation-ex",
"-highlight",
"prism",
"prism-themes",
"-sharing",
"sharing-plus",
"popup",
"expandable-chapters",
"splitter"
],
"pluginsConfig": {
"anchor-navigation-ex": {
"associatedWithSummary": false,
"isShowTocTitleIcon": true,
"tocLevel2Icon": "fa fa-hand-o-right",
"tocLevel3Icon": "fa fa-hand-o-right",
"tocLevel4Icon": "fa fa-hand-o-right"
},
"prism": {
"css": [
"prism-themes/themes/prism-base16-ateliersulphurpool.light.css"
],
"lang": {
"flow": "typescript"
},
"ignore": [
"mermaid",
"eval-js"
]
},
"sharing": {
"douban": true,
"facebook": true,
"google": true,
"qq": true,
"qzone": true,
"twitter": true,
"weibo": true,
"all": [
"douban", "facebook", "google", "instapaper", "linkedin","twitter", "weibo",
"messenger","qq", "qzone","viber","whatsapp"
]
}
}
}