forked from metaphysicser/GDUT-Computer-Survival-Manual
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
64 lines (60 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
60
61
62
63
{
"author": "夕照深雨",
"description": "GDUT计算机学院保研经验贴",
"extension": null,
"generator": "site",
"output": null,
"pdf": {
"fontSize": 12,
"footerTemplate": null,
"headerTemplate": null,
"margin": {
"bottom": 36,
"left": 62,
"right": 62,
"top": 36
},
"pageNumbers": false,
"paperSize": "a4"
},
"plugins": ["-lunr", "-search", "search-pro","chapter-fold","expandable-chapters","splitter","github","anchor-navigation-ex","accordion","popup"
, "-sharing","github-buttons","theme-comscore","tbfed-pagefooter","baidu-tongji", "pageview-count"],
"title": "GDUT-Computer-Survival-Manual",
"variables": {},
"pluginsConfig": {
"baidu-tongji": {
"token": "55e7dfe47f4dc1c12345678fdfa62565"
},
"tbfed-pagefooter": {
"copyright":"Copyright © 夕照深雨 2022",
"modify_label": "该文件修订时间:",
"modify_format": "2022-10-01 12:15:13"
},
"github": {
"url": "https://github.com/metaphysicser/GDUT-Computer-Survival-Manual/"
},
"anchor-navigation-ex": {
"showLevel": false,
"showGoTop": false
},
"github-buttons": {
"buttons": [
{
"user": "metaphysicser",
"repo": "GDUT-Computer-Survival-Manual",
"type": "star",
"count": true,
"size": "big",
"width": "200"
},
{
"user": "metaphysicser",
"width": "200",
"type": "follow",
"count": true,
"size": "big"
}
]
}
}
}