forked from radareorg/radare2-book
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbook.json
More file actions
25 lines (25 loc) · 738 Bytes
/
Copy pathbook.json
File metadata and controls
25 lines (25 loc) · 738 Bytes
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
{
"title": "The Official Radare2 Book",
"root": "./",
"readme": null,
"author": "pancake <pancake@nopcode.org>",
"plugins": ["styled-blockquotes", "layout"],
"introduction": {
"path": "./intro.md",
"title": "Introduction"
},
"pdf": {
"toc": true,
"____fontFamily": "Times New Roman",
"fontFamily": "Palatino",
"fontSize": 9,
"pageNumbers": false,
"paperSize": "a5",
"margin": {"top": 40, "left": 30, "right": 30, "bottom": 40 },
"local-test-margin": {"top": -30, "left": 0, "right": 0, "bottom": 0 },
"footerTemplate": "<center> _PAGENUM_ </center>"
},
"layout": {
"footerPath": "_layouts/ebook/pdf_footer.html"
}
}