-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
68 lines (68 loc) · 1.83 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
{
"title": "Ballance Portal",
"plugins": [
"addcssjs",
"highlight",
"search",
"-sharing",
"alerts",
"page-footer-ex",
"anchor-navigation-ex",
"favicon",
"expandable-chapters-small",
"sectionx",
"chinese-video",
"sharing-plus"
],
"pluginsConfig": {
"addcssjs": {
"js": ["./website.js"],
"css": ["./website.css"]
},
"page-footer-ex": {
"copyright": "Text is available under the [CC-BY-SA 4.0 License](https://creativecommons.org/licenses/by-sa/4.0/).",
"markdown": true,
"update_label": "Last updated at: ",
"update_format": "MM/DD/YYYY HH:mm:ss"
},
"favicon": {
"shortcut": "../assets/favicon.ico",
"bookmark": "../assets/favicon.ico",
"appleTouch": "../assets/favicon.png",
"appleTouchMore": {
"120x120": "../assets/favicon.png",
"180x180": "../assets/favicon.png"
}
},
"sectionx": {
"tag": "b"
},
"sharing": {
"douban": false,
"facebook": true,
"google": true,
"hatenaBookmark": false,
"instapaper": false,
"line": false,
"linkedin": false,
"messenger": false,
"pocket": false,
"qq": true,
"qzone": true,
"stumbleupon": false,
"twitter": true,
"viber": false,
"vk": false,
"weibo": true,
"whatsapp": false,
"all": [
"facebook",
"google",
"twitter",
"weibo",
"qq",
"qzone"
]
}
}
}