forked from zhangjikai/gitbook-use
-
Notifications
You must be signed in to change notification settings - Fork 8
/
book.json
91 lines (84 loc) · 2.31 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"title" : "Gibook Use",
"description" : "记录Gitbook的配置和一些插件的使用",
"author" : "zhangjikai",
"generator": "site",
"language" : "zh-hans",
"gitbook" : "2.6.4",
"links" : {
"sidebar" : {
"Home" : "https://zhangjikai.com"
}
},
"plugins": [
"disqus",
"-search",
"github",
"ace",
"emphasize",
"katex",
"anchors",
"include-codeblock",
"mermaid",
"tbfed-pagefooter",
"sectionx",
"expandable-chapters",
"codeblock-filename",
"baidu",
"donate",
"local-video",
"toc",
"edit-link",
],
"pluginsConfig": {
"disqus": {
"shortName": "gitbookuse"
},
"github": {
"url": "https://github.com/zhangjikai/gitbook-use"
},
"search-pro": {
"cutWordLib": "nodejieba",
"defineWord": ["gitbook-use"]
},
"sharing": {
"weibo": true,
"facebook": true,
"twitter": true,
"google": false,
"instapaper": false,
"vk": false,
"all": [
"facebook", "google", "twitter",
"weibo", "instapaper"
]
},
"tbfed-pagefooter": {
"copyright":"Copyright © zhangjikai.com 2017",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"baidu": {
"token" : "ff100361cdce95dd4c8fb96b4009f7bc"
},
"sitemap": {
"hostname": "https://gitbook.zhangjikai.com"
},
"donate": {
"wechat": "https://zhangjikai.com/resource/weixin.png",
"alipay": "https://zhangjikai.com/resource/alipay.png",
"title": "",
"button": "赏",
"alipayText": "支付宝打赏",
"wechatText": "微信打赏"
},
"edit-link": {
"base": "https://github.com/zhangjikai/gitbook-use/edit/master",
"label": "Edit This Page"
}
}
}