-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmagicbook.json
56 lines (56 loc) · 1.54 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
{
"title" : "Getting Started with p5js: ES",
"destination" : "build/:build",
"files" : [
"content/cover.html",
"content/copyright.html",
"content/toc.html",
"content/ch00-preface_opener.html",
"content/ch00-preface.html",
"content/ch01_opener.html",
"content/ch01-hello.html",
"content/ch02_opener.html",
"content/ch02-starting-to-code.html",
"content/ch03_opener.html",
"content/ch03-draw.html",
"content/ch04_opener.html",
"content/ch04-variables.html",
"content/ch05_opener.html",
"content/ch05-response.html",
"content/ch06_opener.html",
"content/ch06-translate.html",
"content/ch07_opener.html",
"content/ch07-media.html",
"content/ch08_opener.html",
"content/ch08-motion.html",
"content/ch09_opener.html",
"content/ch09-functions.html",
"content/ch10_opener.html",
"content/ch10-objects.html",
"content/ch11_opener.html",
"content/ch11-arrays.html",
"content/ch12_opener.html",
"content/ch12-data.html",
"content/ch13_opener.html",
"content/ch13-extend.html",
"content/appa.html",
"content/appb.html",
"content/appc.html",
"content/appc_closing.html",
"content/ix.html",
"content/author_bio.html",
"content/colo.html"
],
"images" : {
"files" : "**/*.*"
},
"builds" : [
{
"format" : "pdf",
"layout" : "layouts/pdf.html",
"stylesheets" : {
"files" : ["stylesheets/pdf.scss"]
}
}
]
}