forked from FOSSRIT/HowToFOSS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
36 lines (31 loc) · 894 Bytes
/
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
{
"output": "_book",
"generator": "site",
"title": "How To FOSS",
"description": "This book was compiled during an Independent Study course at Rochester Institute of Technology, in conjunction with the MAGIC Center. In it, you will find a collection of information that explain how to get started in the free and open source community.",
"plugins": [],
"pluginsConfig": {
"fontSettings": {
"theme": "white",
"family": "sans",
"size": 2
}
},
"links": {
"sidebar": {
"Github repo": "https://github.com/FOSSRIT/HowToFOSS"
}
},
"pdf": {
"toc": true,
"pageNumbers": true,
"fontSize": 12,
"paperSize": "a4",
"margin": {
"right": 62,
"left": 62,
"top": 36,
"bottom": 36
}
}
}