-
Notifications
You must be signed in to change notification settings - Fork 3
/
book.json
executable file
·68 lines (68 loc) · 1.69 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
{
"language":"zh-hans",
"title":"日常学习笔记",
"description":"日常学习笔记",
"plugins": [
"-lunr",
"-search",
"-livereload",
"-sharing",
"expandable-chapters",
"popup",
"pageview-count",
"code",
"back-to-top-button",
"hide-element",
"github-buttons",
"github",
"splitter",
"search-pro",
"anchors",
"page-footer-ex",
"advanced-emoji",
"sharing-plus"
],
"pluginsConfig": {
"github-buttons": {
"buttons": [{
"user": "Xiechengqi",
"repo": "LearningNotes",
"type": "star",
"size": "small",
"count": true
}
]
},
"github": {
"url":"https://github.com/Xiechengqi/LearningNotes"
},
"page-footer-ex": {
"copyright": "[Xiechengqi](https://github.com/Xiechengqi)",
"markdown": true,
"update_label": "<strong>最新修订时间:</strong>",
"update_format": "YYYY-MM-DD HH:mm:ss"
},
"sharing": {
"douban": false,
"facebook": false,
"google": false,
"hatenaBookmark": false,
"instapaper": false,
"line": false,
"linkedin": false,
"messenger": false,
"pocket": false,
"qq": false,
"qzone": false,
"stumbleupon": false,
"twitter": false,
"viber": false,
"vk": false,
"weibo": false,
"whatsapp": false
},
"hide-element": {
"elements": [".gitbook-link"]
}
}
}