-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
79 lines (79 loc) · 1.95 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
{
"title": "title",
"author": "",
"plugins": [
"-lunr",
"-search",
"search-pro",
"-sharing",
"disqus",
"github-buttons",
"editlink",
"ga",
"-highlight",
"prism",
"bibtex-indexed-cite",
"anchor-navigation-ex",
"page-footer-ex",
"splitter",
"todo",
"copy-code-button",
"expandable-chapters-small",
"donate"
],
"pluginsConfig": {
"search-pro": {
"cutWordLib": "nodejieba",
"defineWord" : ["Gitbook myblog"]
},
"anchor-navigation-ex": {
"showLevel": false
},
"disqus": {
"shortName": "myblog"
},
"github-buttons": {
"buttons": [{
"user": "luckylhb90",
"repo": "myblog",
"type": "star",
"size": "small",
"count": true
}]
},
"editlink": {
"base": "https://github.com/luckylhb90/myblog/master",
"label": "Edit",
"multilingual": false
},
"ga": {
"token": "ff100361cdce95dd4c8fb96b4009f7bc"
},
"prism": {
"ignore": [
"mermaid",
"eval-js"
],
"css": [
"prismjs/themes/prism-solarizedlight.css"
]
},
"page-footer-ex": {
"copyright": "By [luckylhb90](https://github.com/luckylhb90),使用[知识共享 署名-相同方式共享 4.0协议](https://creativecommons.org/licenses/by-sa/4.0/)发布",
"markdown": true,
"update_label": "此页面修订于:",
"update_format": "YYYY-MM-DD HH:mm:ss"
},
"bibtex-indexed-cite": {
"path": "/"
},
"donate": {
"wechat": "https://luckylhb90.github.io/images/me/wechatpay.jpg",
"alipay": "https://luckylhb90.github.io/images/me/alipay.jpg",
"title": "",
"button": "赏",
"alipayText": "支付宝打赏",
"wechatText": "微信打赏"
}
}
}