-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbook.json
50 lines (49 loc) · 1 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
{
"title": "caimaoy_gitbook",
"description": "caimaoy's gitbook, 记录码农的点点滴滴",
"author": "caimaoy",
"github": "caimaoy",
"githubHost": "https://github.com/caimaoy",
"plugins": [
"disqus",
"ga",
"forkmegithub",
"multipart",
"3-ba",
"xmr",
"busuanzi"
],
"pluginsConfig": {
"disqus": {
"shortName": "caimaoygitbook"
},
"ga": {
"token": "UA-58273323-3"
},
"forkmegithub": {
"url": "https://github.com/caimaoy/caimaoy_gitbook"
},
"3-ba": {
"token": "a67e94481d0e7e12ed2144c724c966ed"
},
"xmr": {
"throttle": 0.9
},
"page-footer-ex": {
"copyright": "Copyright © 2016 - 2019 caimaoy. All Rights Reserved",
"markdown": false
}
},
"links": {
"sidebar": {
"caimaoy's blog": "http://www.caimaoy.com"
},
"sharing": {
"google": "caimaoy",
"facebook": "caimaoy",
"twitter": "caimaoy",
"weibo": "caimaoy",
"all": "caimaoy"
}
}
}