mirror of
https://github.com/nature-of-code/noc-book-2
synced 2024-11-17 07:49:05 +01:00
40 lines
No EOL
790 B
JSON
40 lines
No EOL
790 B
JSON
{
|
|
"title": "Nature of Code",
|
|
"prince": {
|
|
"timeout": 60000
|
|
},
|
|
"addPlugins": [
|
|
"magicbook-codesplit",
|
|
"magicbook-katex",
|
|
"magicbook/plugins/relative-link.js",
|
|
"magicbook/plugins/screenshot.js",
|
|
"magicbook/plugins/callout.js"
|
|
],
|
|
"destination": "build",
|
|
"files": [
|
|
"content/*.html"
|
|
],
|
|
"images": {
|
|
"colorspace": "grey16",
|
|
"files": [
|
|
"content/**/*.jpg",
|
|
"content/**/*.png",
|
|
"magicbook/images/**/*.*"
|
|
]
|
|
},
|
|
"builds": [
|
|
{
|
|
"format": "pdf",
|
|
"layout": "magicbook/layouts/pdf.html",
|
|
"stylesheets": {
|
|
"files": [
|
|
"magicbook/stylesheets/index.scss"
|
|
]
|
|
},
|
|
"fonts": {
|
|
"files": "magicbook/fonts/**/*.*",
|
|
"destination": "assets/fonts/"
|
|
}
|
|
}
|
|
]
|
|
} |