-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
155 lines (155 loc) · 3.85 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"title": "子勰的Gigbook",
"description": "子勰的Gigbook 模板",
"author": "zixie",
"language": "zh-hans",
"links": {
"sidebar": {
"子勰的博客": "https://blog.bihe0832.com/"
}
},
"styles": {
"website": "http://cdn.bihe0832.com/css/global.css"
},
"plugins": [
"favicon",
"insert-logo",
"theme-comscore",
"autotheme",
"sitemap-general",
"include-csv",
"rss",
"todo",
"redirect" ,
"copyright",
"-lunr",
"-search",
"search-pro",
"edit-link-plus",
"expandable-chapters",
"chapter-fold",
"splitter",
"hide-element",
"pageview-count",
"-sharing",
"sharing-plus",
"github",
"code",
"popup",
"anchor-navigation-ex",
"prism",
"-highlight",
"flexible-alerts",
"tbfed-pagefooter",
"donate"
],
"pluginsConfig": {
"favicon": {
"shortcut": "http://cdn.bihe0832.com/images/zixie_32.ico",
"bookmark": "http://cdn.bihe0832.com/images/zixie_32.ico",
"appleTouch": "http://cdn.bihe0832.com/images/zixie_32.ico",
"appleTouchMore": {
"120x120": "http://cdn.bihe0832.com/images/zixie_32.ico",
"180x180": "http://cdn.bihe0832.com/images/zixie_32.ico"
}
},
"insert-logo": {
"url": "https://android.bihe0832.com/samples/img/logo.png",
"style": "background: 'none'; max-height: 60px; min-height: 30px"
},
"hide-element": {
"elements": [
".gitbook-link"
]
},
"autotheme": {
"白天": [9, 10, 11, 12, 13, 14, 15, 16],
"温和": [6, 7, 8, 17, 18, 19],
"夜览": [20, 21, 22, 23, 0, 1, 2, 3, 4, 5]
},
"github": {
"url": "https://github.com/bihe0832"
},
"github-buttons": {
"repo": "bihe0832/bihe0832.github.io",
"types": [
"star","watch"
],
"size": "small"
},
"sharing": {
"qq": true,
"weibo": true,
"all": [
"facebook",
"google",
"instapaper",
"linkedin",
"twitter",
"weibo",
"messenger",
"qq",
"qzone"
]
},
"theme-default": {
"showLevel": true
},
"anchor-navigation-ex": {
"multipleH1": false,
"float": {
"showLevelIcon": true,
"level1Icon": "fa fa-hand-o-right",
"level2Icon": "fa fa-hand-o-right",
"level3Icon": "fa fa-hand-o-right"
}
},
"prism": {
"css": [
"prismjs/themes/prism-tomorrow.css"
],
"lang": {
"flow": "java,kotlin"
}
},
"tbfed-pagefooter": {
"copyright": "Copyright © <a href='https://blog.bihe0832.com'>zixie</a>",
"modify_label": "最后修改:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"donate": {
"wechat": "https://blog.bihe0832.com/public/img/wechat.jpeg",
"alipay": "http://cdn.bihe0832.com/images/head.jpg",
"title": "点击「鼓励」关注开发者微信公众号或者赞赏鼓励开发者",
"button": "鼓励",
"wechatText": "努力学技术",
"alipayText": "潜心做精品"
},
"simple-mind-map":{
"preset": "colorful"
},
"rss": {
"title": "AndroidAppFactory",
"description": "AndroidAppFactory Doc",
"author": "zixie",
"site_url": "https://blog.bihe0832.com/",
"feed_url": "https://blog.bihe0832.com/pages/atom.xml"
},
"sitemap-general": {
"prefix": "https://blog.bihe0832.com/"
},
"copyright": {
"site": "https://blog.bihe0832.com/",
"author": "子勰",
"website": "子勰的博客"
},
"edit-link-plus": {
"base": {
"子勰的博客":"https://github.com/bihe0832/gitbook/edit/master"
},
"defaultBase": "https://github.com/bihe0832/gitbook/edit/master",
"label": "编辑本页"
}
}
}