-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
43 lines (43 loc) · 1020 Bytes
/
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
{
"title" : "杂记",
"author" : "刘博文",
"description" : "记录读书笔记",
"language" : "zh-hans",
"gitbook":"2.x.x",
"plugins": [ "github" , "tbfed-pagefooter" , "donate" , "ace" , "rss"],
"pluginsConfig": {
"github": {
"url": "https://github.com/apt-getyou"
},
"tbfed-pagefooter": {
"copyright":"Copyright © banhujiu.com 2016",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"donate": {
"wechat": "/resources/image/WeChat.png",
"alipay": "/resources/image/alipay.png",
"title": "",
"button": "赏金",
"alipayText": "支付宝捐赠",
"wechatText": "微信捐赠"
},
"ace":{
"theme":"monokai"
},
"rss": {
"title": "My note",
"description": "My note",
"author": "apt-getyou",
"site_url": "http://www.banhujiu.com/",
"feed_url":"/rss.xml",
"managingEditor": "banhujiu@gmial.com",
"webMaster": "banhujiu@gmial.com",
"categories": [
"awesome",
"book",
"gitbook"
]
}
}
}