-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
99 lines (99 loc) · 2.6 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
92
93
94
95
96
97
98
99
{
"title": "Linux私有教程",
"author" : "星哥的书籍",
"description" : "Linux教程工作中总结的教程",
"language" : "zh-hans",
"structure": {
"readme": "README.md"
},
"plugins": [
"search-pro",
"back-to-top-button",
"splitter",
"anchors",
"github",
"donate",
"sharing-plus",
"anchor-navigation-ex",
"favicon",
"tbfed-pagefooter",
"-pageview-count",
"lightbox",
"-page-treeview",
"-page-toc-button",
"expandable-chapters",
"chapter-fold",
"code",
"theme-comscore",
"prism"
],
"pluginsConfig": {
"anchor-navigation-ex": {
"isShowTocTitleIcon": false,
"showLevel": false,
"showGoTop": false
},
"baidu-tongji": {
"token": "559562c6410b9fd49a0afe52650d40bd"
},
"prism": {
"css": [
"prismjs/themes/prism-solarizedlight.css"
],
"lang": {
"shell": "bash"
}
},
"sharing": {
"douban": true,
"facebook": true,
"google": true,
"pocket": true,
"qq": true,
"qzone": true,
"twitter": true,
"weibo": true,
"all": [
"weibo","douban", "qq", "qzone","facebook", "google", "instapaper", "linkedin","twitter","messenger","viber","whatsapp"
]},
"donate": {
"wechat": "https://img.funet8.com/images/wechat_donate.jpg",
"alipay": "https://img.funet8.com/images/alipay_donate.jpg",
"title": "请俺喝一杯茶",
"button": "打赏",
"alipayText": "支付宝打赏",
"wechatText": "微信打赏"
},
"github": {
"url": "https://github.com/funet8/g.xgss.net?g.xgss.net"
},
"tbfed-pagefooter": {
"copyright":"Copyright © g.xgss.net",
"modify_label": "修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
}
},
"links" : {
"sidebar" : {
"星哥说事" : "https://www.xgss.net",
"阿里云优惠" : "http://y.xgss.net/aliyun",
"腾讯云优惠" : "http://y.xgss.net/tx"
}
},
"github-buttons": {
"buttons": [{
"user": "Blankj",
"repo": "glory",
"type": "star",
"size": "small",
"count": true
}]
},
"styles": {
"website": "styles/website.css",
"ebook": "styles/ebook.css",
"pdf": "styles/pdf.css",
"mobi": "styles/mobi.css",
"epub": "styles/epub.css"
}
}