-
Notifications
You must be signed in to change notification settings - Fork 9
/
book.json.ejs
52 lines (42 loc) · 915 Bytes
/
book.json.ejs
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
{
"title": "Diverted Derived Design",
"language": "en",
"isbn": "",
"structure": {
"readme": "introduction.md"
},
"variables": {
"meta": {
"source_url": "https://github.com/libreobjet/open-guide",
"compilation_date": "<%= now %>"
}
},
"plugins":[
"image-captions",
"-fontsettings"
],
"pluginsConfig": {
"image-captions": {
"variable_name": "pictures",
"list_caption": "_CAPTION_",
"caption": "Image: _CAPTION_"
}
},
"theme": "./theme",
"pdf": {
"toc": true,
"pageNumbers": true,
"fontSize": 10,
"fontFamily": "Open sans",
"paperSize": "a5",
"custom-size": "155.57x234.95",
"chapterMark" : "pagebreak",
"pageBreaksBefore": "//h:h2",
"margin": {
"right": 50,
"left": 50,
"top": 40,
"bottom": 40
}
}
}