forked from nakov/Practical-Cryptography-for-Developers-Book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
37 lines (37 loc) · 799 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
37
{
"plugins": [
"ga",
"meta",
"anchors",
"expandable-chapters-small",
"katex",
"sitemap",
"scripts"
],
"pluginsConfig": {
"ga": {
"token": "UA-11309924-27"
},
"meta-single": {
"name": "google-site-verification",
"content": "66TqznOaEKbY6hOL9vg_iv28RqZNGQY7xKSuB639n-E"
},
"sitemap": {
"hostname": "https://cryptobook.nakov.com/"
},
"scripts": {
"files": [
"./assets/js/repl.it-code-runner.js"
]
}
},
"pdf": {
"paperSize": "a4",
"margin": {
"top": 48,
"bottom": 48,
"left": 36,
"right": 36
}
}
}