-
Notifications
You must be signed in to change notification settings - Fork 2
/
book.json
50 lines (50 loc) · 1.17 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
{
"gitbook": "3.x.x" ,
"title": "Bell's blog",
"author" : "Bell",
"generator": "site",
"language" : "zh-hans",
"plugins": [
"sharing",
"github",
"-lunr",
"-search",
"search-pro",
"splitter",
"anchors",
"anchor-navigation-ex",
"disqus",
"adsense"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/greedbell/blog"
},
"search-pro": {
"cutWordLib": "nodejieba",
"defineWord" : ["搜索"]
},
"sharing": {
"facebook": false,
"twitter": false,
"google": false,
"weibo": false,
"instapaper": false,
"vk": false,
"all": [
"facebook", "google", "twitter",
"weibo", "instapaper"
]
},
"disqus": {
"shortName": "bell-blog-1"
},
"adsense": {
"client": "ca-pub-1710914462898396",
"slot": "1710914462898396",
"format": "auto",
"element": ".page-inner section",
"position": "top"
}
}
}