-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
47 lines (47 loc) · 1 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
{
"author": "liuxuan",
"language": "zh-hans",
"styles": {
"website": "styles/website.css",
"ebook": "styles/ebook.css",
"pdf": "styles/pdf.css",
"mobi": "styles/mobi.css",
"epub": "styles/epub.css"
},
"plugins": [
"-sharing",
"-search",
"search-pro",
"edit-link",
"github",
"advanced-emoji",
"katex",
"splitter",
"tbfed-pagefooter",
"toggle-chapters",
"sectionx",
"ace",
"anchor-navigation-ex"
],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/petersmu/iLeo/blob/master/",
"label": "编辑此页面"
},
"github": {
"url": "https://github.com/petersmu"
},
"tbfed-pagefooter": {
"copyright": "Copyright © ho.ha.cn 2016",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"theme-default": {
"showLevel": true
},
"anchor-navigation-ex": {
"showLevel": false,
"associatedWithSummary": false
}
}
}