This repository has been archived by the owner on Jun 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 366
/
Copy pathmagicbook_all.json
58 lines (58 loc) · 1.6 KB
/
magicbook_all.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
{
"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"
],
"builds":[
{
"format":"pdf",
"layout":"layouts/pdf.html",
"stylesheets":{
"files":[
"noc_pdf/stylesheets/print.css",
"noc_pdf/stylesheets/code-print.css",
"noc_pdf/stylesheets/fonts.scss",
"noc_pdf/stylesheets/math.css"
]
},
"images" : {
"files" : "noc_pdf/imgs/**/*.*"
},
"fonts" : {
"files" : "noc_pdf/fonts/*",
"destination" : "assets/fonts/"
}
},
{
"format":"html",
"layout":"layouts/html.html",
"stylesheets":{
"files":[
"noc_html/stylesheets/code-html.css",
"noc_html/stylesheets/fonts.css",
"noc_html/stylesheets/html.css"
]
},
"images" : {
"files" : "noc_html/imgs/**/*.*"
}
}
]
}