forked from zhangjikai/gitbook-use
-
Notifications
You must be signed in to change notification settings - Fork 8
/
book.json
68 lines (63 loc) · 1.61 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" : "Gibook Use",
"description" : "记录Gitbook的配置和一些插件的使用",
"author" : "zhangjikai",
"generator": "site",
"language" : "zh-hans",
"gitbook" : "2.6.4",
"links" : {
"sidebar" : {
"Home" : "http://zhangjikai.com"
}
},
"plugins": [
"disqus",
"-search",
"search-pro",
"advanced-emoji",
"github",
"ace",
"emphasize",
"katex",
"anchors",
"include-codeblock",
"mermaid",
"tbfed-pagefooter",
"sectionx",
"expandable-chapters",
"codeblock-filename",
"baidu",
],
"pluginsConfig": {
"disqus": {
"shortName": "gitbookuse"
},
"github": {
"url": "https://github.com/zhangjikai/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 2015",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"baidu": {
"token" : "ff100361cdce95dd4c8fb96b4009f7bc"
},
"sitemap": {
"hostname": "http://gitbook.zhangjikai.com"
}
}
}