mirror of
https://github.com/nature-of-code/noc-book-2
synced 2024-11-17 07:49:05 +01:00
34 lines
753 B
JSON
34 lines
753 B
JSON
{
|
|
"title" : "Nature of Code",
|
|
"addPlugins" : ["magicbook-codesplit","magicbook-webpack","magicbook-katex"],
|
|
"destination" : "build/:build",
|
|
"files" : ["src/chapter-content/*.html"],
|
|
"images": {
|
|
"files": [
|
|
"src/imgs/**/*.*"
|
|
],
|
|
"destination": "imgs/"
|
|
},
|
|
"liquid": {
|
|
"includes": "src/includes"
|
|
},
|
|
"builds" : [
|
|
{
|
|
"format" : "pdf",
|
|
"layout" : "src/layouts/pdf.html",
|
|
"stylesheets" : {
|
|
"files" : ["src/stylesheets/pdf.scss"]
|
|
}
|
|
},
|
|
{
|
|
"format" : "html",
|
|
"layout" : "src/layouts/html.html",
|
|
"stylesheets" : {
|
|
"files" : ["src/stylesheets/html.scss"]
|
|
},
|
|
"javascripts" : {
|
|
"files" : ["src/javascripts/scripts.js"]
|
|
}
|
|
}
|
|
]
|
|
}
|