noc-book-2/magicbook.json

40 lines
790 B
JSON
Raw Normal View History

2022-02-20 15:55:24 +01:00
{
2022-07-20 21:35:18 +02:00
"title": "Nature of Code",
2023-03-15 03:17:59 +01:00
"prince": {
"timeout": 60000
},
2022-07-20 21:35:18 +02:00
"addPlugins": [
"magicbook-codesplit",
"magicbook-katex",
2023-03-02 02:31:28 +01:00
"magicbook/plugins/relative-link.js",
2023-04-13 19:33:13 +02:00
"magicbook/plugins/screenshot.js",
"magicbook/plugins/callout.js"
2022-07-20 21:35:18 +02:00
],
"destination": "build",
"files": [
"content/*.html"
],
2022-07-27 04:16:43 +02:00
"images": {
"colorspace": "grey16",
2022-07-27 04:16:43 +02:00
"files": [
"content/**/*.jpg",
2023-03-02 02:31:28 +01:00
"content/**/*.png",
"magicbook/images/**/*.*"
2022-07-27 04:16:43 +02:00
]
},
2022-07-20 21:35:18 +02:00
"builds": [
2022-02-20 15:55:24 +01:00
{
2022-07-20 21:35:18 +02:00
"format": "pdf",
"layout": "magicbook/layouts/pdf.html",
"stylesheets": {
"files": [
2023-03-28 04:35:56 +02:00
"magicbook/stylesheets/index.scss"
2022-07-20 21:35:18 +02:00
]
2022-02-20 15:55:24 +01:00
},
2022-07-20 21:35:18 +02:00
"fonts": {
"files": "magicbook/fonts/**/*.*",
"destination": "assets/fonts/"
2022-02-20 15:55:24 +01:00
}
}
]
2022-07-20 21:35:18 +02:00
}