-
Notifications
You must be signed in to change notification settings - Fork 8
/
book.json
51 lines (51 loc) · 1.29 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
{
"title": "WEB_TOPIC",
"description": "前端面试题目合集",
"author" : "shaodahong",
"language": "zh-hans",
"plugins": [
"editlink",
"github",
"disqus",
"sitemap",
"prism",
"-highlight",
"github-buttons",
"tbfed-pagefooter",
"codeblock-filename"
],
"pluginsConfig": {
"editlink": {
"base": "https://github.com/shaodahong/web-topic/blob/master/",
"label": "编辑本页"
},
"github": {
"url": "https://github.com/shaodahong/web-topic"
},
"disqus": {
"shortName": "web-topic"
},
"sitemap": {
"hostname": "http://web-topic.baiya.me/"
},
"prism": {
"css": [
"prismjs/themes/prism-solarizedlight.css"
]
},
"github-buttons": {
"repo": "shaodahong/web-topic",
"types": [
"star",
"watch",
"fork"
],
"size": "small"
},
"tbfed-pagefooter": {
"copyright":"Copyright © shaodahong 2017",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
}
}
}