forked from nature-of-code/noc-book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmagicbook.json
60 lines (60 loc) · 1.52 KB
/
magicbook.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
58
59
60
{
"title":"The Nature of Code",
"destination":"build/:build",
"files":[
"chapters/00_1_titlepage.html",
"chapters/00_2_dedication.html",
"chapters/00_3_creditscopyright.html",
"chapters/00_5_preface.html",
"chapters/00_6_TOC.html",
"chapters/00_7_intro.html",
"chapters/01_vectors.html",
"chapters/02_forces.html",
"chapters/03_oscillation.html",
"chapters/04_particles.html",
"chapters/05_physicslib.html",
"chapters/06_steering.html",
"chapters/07_ca.html",
"chapters/08_fractals.html",
"chapters/09_ga.html",
"chapters/10_nn.html",
"chapters/xx_1_furtherreading.html"
],
"addPlugins":[
"../plugins/addP5",
"magicbook-codesplit",
"magicbook-katex"
],
"builds":[
{
"format":"pdf",
"prince" : {
"log":"errors.txt",
"timeout" : 300000
},
"layout":"layouts/pdf.html",
"stylesheets":{
"files": [ "stylesheets/pdf.scss" ]
},
"images" : {
"files" : "noc_pdf/imgs/**/*.*"
},
"fonts" : {
"destination" : "assets/fonts/"
}
},
{
"format":"html",
"layout":"layouts/html.html",
"stylesheets":{
"files": [ "stylesheets/html.scss" ]
},
"images" : {
"files" : "noc_html/imgs/**/*.*"
},
"fonts" : {
"destination" : "assets/fonts/"
}
}
]
}