-
Notifications
You must be signed in to change notification settings - Fork 99
/
book.json
36 lines (36 loc) · 1.15 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
{
"variables" : {
"copyrightYear" : "2018",
"copyrightHolder" : "Kylin Soong"
},
"styles": {
"website": "styles/website.css"
},
"plugins": ["collapsible-menu","-sharing","sharing-plus","splitter","back-to-top-button","edit-link"],
"pluginsConfig": {
"donate": {
"wechat": "http://ksoong.org/cloud-labs/content/images/wechat.png",
"alipay": "http://ksoong.org/cloud-labs/content/images/alipay.png",
"title": "",
"button": "赞赏",
"alipayText": "支付宝捐赠",
"wechatText": "微信捐赠"
},
"sharing": {
"weibo": true,
"linkedin": true,
"google": true,
"facebook": true,
"all": ["facebook", "google", "linkedin","weibo"]
},
"tbfed-pagefooter": {
"copyright":"Copyright © Kylin Soong 2018",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"edit-link": {
"base": "https://github.com/kylinsoong/cloud-labs/blob/gh-pages",
"label": "Edit This Page"
}
}
}