forked from kxxoling/blog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
81 lines (81 loc) · 1.63 KB
/
book.json
File metadata and controls
81 lines (81 loc) · 1.63 KB
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
{
"gitbook": "3.x.x",
"title": "不立不破",
"author": "Kane Blueriver",
"description": "个人博客",
"language" : "zh-hans",
"links" : {
"sidebar" : {
"GitHub": "https://github.com/kxxoling"
}
},
"styles": {
"website": "styles/website.css"
},
"plugins": [
"splitter",
"tbfed-pagefooter",
"ga",
"donate",
"quizzes",
"disqus",
"share",
"gist",
"js-sequence-diagram",
"jsbin",
"sitemap",
"rss@2.1.5",
"github-buttons",
"page-toc",
"image-captions"
],
"pluginsConfig": {
"github-buttons": {
"buttons": [{
"user": "kxxoling",
"type": "follow",
"size": "large",
"count": true,
"width": "234"
}]
},
"tbfed-pagefooter": {
"copyright": "Kane Blueriver",
"modify_label": "最近修改时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"rss": {
"title": "Kane(kxxoling)的博客",
"description": "这就是我的博客",
"author": "Kane Blueriver(kxxoling)",
"site_url": "https://blog.windrunner.me/",
"feed_url": "/feed.xml",
"categories": [
"python",
"web development",
"anime"
]
},
"ga": {
"token": "UA-36854955-4"
},
"sitemap": {
"hostname": "https://blog.windrunner.me"
},
"donate": {
"alipay": "/images/me/alipay.jpg",
"title": "",
"button": "打赏",
"alipayText": "支付宝",
},
"image-captions": {
"caption": "_CAPTION_"
},
"disqus": {
"shortName": "wr-blog"
},
"share": {
"google": {}
}
}
}