-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathbook.json
59 lines (59 loc) · 1.57 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
{
"title": "我的blog",
"author" : "yu",
"description" : "我的blog",
"language" : "zh-hans",
"plugins": [
"-sharing",
"-lunr",
"-search",
"-highlight",
"edit-link@^2.0.2",
"anchor-navigation-ex",
"page-treeview",
"back-to-top-button"
],
"pluginsConfig": {
"anchor-navigation-ex": {
"showLevel": false,
"showGoTop": false
},
"favicon": {
"shortcut": "asset/img/favicon.ico",
"bookmark": "asset/img/favicon.ico",
"appleTouch": "asset/img/favicon.ico",
"appleTouchMore": {
"120x120": "asset/img/favicon.ico",
"180x180": "asset/img/favicon.ico"
}
},
"edit-link": {
"base": "//github.com/yulilong/my_blog/edit/master",
"label": "编辑此页面"
},
"tbfed-pagefooter": {
"copyright":"",
"modify_label": "文件最后修改时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"theme-default": {
"showLevel": true
},
"prism": {
"css": [
"prismjs/themes/prism-tomorrow.css"
]
},
"github": {
"url": "https://github.com/yulilong/my_blog"
}
}
}