-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbook.json
46 lines (46 loc) · 1.07 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
{
"title": "17lai.site",
"author": "17lai.site",
"description": "17lai.site",
"language": "zh-hans",
"links": {
"sidebar": {
"Home": "//blog.17lai.site/"
}
},
"plugins": [
"-sharing",
"-highlight",
"-livereload",
"tbfed-pagefooter@git+https://github.com/khs1994/gitbook-plugin-tbfed-pagefooter.git",
"prism",
"favicon"
],
"pluginsConfig": {
"prism": {
"css": [
"prismjs/themes/prism-solarizedlight.css"
]
},
"tbfed-pagefooter": {
"copyright": "© 2021 17lai.site",
"modify_label": "修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"page-treeview": {
"copyright": "Copyright © 17lai.site",
"minHeaderCount": "2",
"minHeaderDeep": "2"
},
"favicon": {
"shortcut": "favicon.ico",
"bookmark": "favicon.ico",
"appleTouch": "favicon.ico",
"appleTouchMore": {
"120x120": "favicon.ico",
"180x180": "favicon.ico"
}
}
}
}