noc-book-2/magicbook.json
Stuti mohgaonkar 8311bf4ed1 clean up
2022-03-31 11:30:20 -04:00

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"]
}
}
]
}