-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
52 lines (52 loc) · 1.02 KB
/
book.json
File metadata and controls
52 lines (52 loc) · 1.02 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
{
"root": ".",
"title": "rfhits 的博客",
"language": "zh-hans",
"plugins": [
"-sharing",
"sharing-plus",
"-lunr",
"-search",
"search-plus",
"code",
"anchor-navigation-ex",
"mathjax",
"page-treeview-simple",
"expandable-chapters-small",
"custom-favicon",
"page-footer-ex",
"edit-link"
],
"pluginsConfig": {
"favicon": "./img/fav.ico",
"anchor-navigation-ex": {
"showLevel": false
},
"sharing": {
"douban": true,
"facebook": true,
"qq": true,
"qzone": true,
"twitter": true,
"weibo": true,
"all": [
"douban",
"facebook",
"qq",
"qzone",
"twitter",
"weibo"
]
},
"page-footer-ex": {
"copyright": "rfhits@github",
"markdown": false,
"update_label": "<i>updated</i>",
"update_format": "YYYY-MM-DD HH:mm:ss"
},
"edit-link": {
"base": "https://github.com/rfhits/blogs/edit/main",
"label": "Edit This Page"
}
}
}