-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathbook.json
79 lines (78 loc) · 1.9 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"title": "404k的阅读笔记",
"description": "404mzk 阅读笔记",
"language": "zh",
"plugins": [
"tbfed-pagefooter",
"github-buttons",
"splitter",
"anchor-navigation-ex",
"anchors",
"catalogue-title",
"edit-link",
"sitemap-general",
"prism",
"-highlight",
"3-ba",
"details"
],
"pluginsConfig": {
"disqus": {
"shortName": "read-404mzk-com-1"
},
"prism": {
"css": [
"prismjs/themes/prism-okaidia.css"
]
},
"3-ba": {
"token": "e896671664efc07c29c08fa1f080f297"
},
"tbfed-pagefooter": {
"copyright":"© 404mzk",
"modify_label": "<a target='_blank' href='http://read.404mzk.com'>http://read.404mzk.com </a>该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"github-buttons": {
"buttons": [{
"user": "mzkmzk",
"repo": "Read",
"type": "star",
"size": "small"
}, {
"user": "mzkmzk",
"repo": "Read",
"type": "watch",
"size": "small"
}]
},
"anchor-navigation-ex": {
"showLevel": false,
"associatedWithSummary": true,
"mode": "float",
"float": {
"showLevelIcon": false,
"level1Icon": "fa fa-hand-o-right",
"level2Icon": "fa fa-hand-o-right",
"level3Icon": "fa fa-hand-o-right"
},
"pageTop": {
"showLevelIcon": false,
"level1Icon": "fa fa-hand-o-right",
"level2Icon": "fa fa-hand-o-right",
"level3Icon": "fa fa-hand-o-right"
}
},
"simple-page-toc": {
"maxDepth": 3,
"skipFirstH1": true
},
"edit-link": {
"base": "https://github.com/mzkmzk/Read/blob/master",
"label": "Edit This Page"
},
"sitemap-general": {
"prefix": "http://read.404mzk.com"
}
}
}