-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathbook.json
57 lines (57 loc) · 1.45 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
{ "title": "UC San Diego TGSA 2021 新生手冊",
"author": "UCSD TGSA",
"language": "zh-hant",
"gitbook": "3.2.3",
"root": ".",
"plugins": [
"-lunr",
"-search",
"search-plus",
"anchors",
"advanced-emoji",
"alerts",
"edit-link",
"toggle-chapters",
"hide-published-with",
"toolbar",
"theme-comscore",
"splitter",
"github",
"insert-logo"
],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/ucsdtgsa/ucsd-tgsa-handbook/edit/master",
"label": ""
},
"toolbar": {
"buttons": [
{
"label": "",
"icon": "fa fa-file-pdf-o",
"position":"left",
"url": "https://raw.github.com/ucsdtgsa/ucsd-tgsa-handbook/master/_export/ucsd-tgsa-handbook.pdf"
}
]
},
"github": {
"url": "https://github.com/ucsdtgsa/ucsd-tgsa-handbook"
},
"insert-logo": {
"url": "/ucsd-tgsa-handbook/img/logo.png",
"style": "background: none;"
}
},
"pdf": {
"pageNumbers": true,
"paperSize": "a4",
"fontFamily": "Songti TC",
"fontSize": 16,
"margin": {
"top": 60,
"bottom": 50,
"left": 30,
"right": 30
}
}
}