-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbook.json
More file actions
84 lines (84 loc) · 2.01 KB
/
book.json
File metadata and controls
84 lines (84 loc) · 2.01 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
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
80
81
82
83
84
{
"title": "xHub",
"author": "Steve Bee",
"language": "zh",
"styles": {
"website": "./styles/website.css",
"pdf": "./styles/pdf.css"
},
"plugins": [
"yahei",
"katex",
"-sharing",
"custom-favicon",
"-signature",
"-fontsettings",
"theme-default",
"-anchor-navigation-ex",
"expandable-chapters",
"navigator",
"youtubex",
"sectionx",
"mcqx",
"fbqx",
"ace",
"spoiler",
"flowchart",
"layout",
"local-video",
"mermaid",
"image-captions",
"mermaid",
"hide-published-with"
],
"pluginsConfig": {
"fontSettings": {
"theme": "white",
"family": "Microsoft Yahei",
"size": 2
},
"link-fixer": {
"link": "http://icxhub.com/"
},
"favicon": "./res/chip_cot.ico",
"layout": {
"headerPath": "./res/header.html",
"footerPath": "./res/footer.html"
},
"image-captions": {
"caption": "_PAGE_LEVEL_._PAGE_IMAGE_NUMBER_ - _CAPTION_",
"images": {
"1.2.1": {
"skip": true
},
"1.3.1.1": {
"skip": true
}
}
},
"gitbook-plugin-signature": {
"autoTimeStamp": {
"color": "gray",
"timeStampFormat": "MM/DD/YYYY HH:mm:ss"
},
"autoCopyright": {
"color": "gray",
"owner": "<a href='http://icxhub.com' target='_blank'>xHub</a>",
"center": true
},
"signature": {
"cot": "Provide by icxhub"
}
}
},
"pdf": {
"pageNumbers": true,
"fontSize": 20,
"margin": {
"right": 15,
"left": 15,
"top": 15,
"bottom": 30
}
}
}