noc-book-2/magicbook.json

49 lines
1 KiB
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": {
2024-01-16 14:38:10 +01:00
"license": "license.dat",
2023-03-15 03:17:59 +01:00
"timeout": 60000
},
2022-07-20 21:35:18 +02:00
"addPlugins": [
"magicbook/plugins/katex.js",
"magicbook/plugins/codesplit.js",
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",
2023-09-27 20:09:30 +02:00
"magicbook/plugins/chapter-opening.js",
2024-02-06 10:39:45 +01:00
"magicbook/plugins/anchor.js",
2024-02-06 01:54:07 +01:00
"magicbook/plugins/paragraph.js",
2023-04-13 19:33:13 +02:00
"magicbook/plugins/callout.js"
2022-07-20 21:35:18 +02:00
],
"files": [
"content/*.html"
],
"layout": "magicbook/layouts/pdf.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
]
},
"stylesheets": {
"files": [
"magicbook/stylesheets/index.scss"
]
},
"fonts": {
"files": "magicbook/fonts/**/*.*",
"destination": "assets/fonts/"
},
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",
"destination": "build/chapter-opening-preview",
"chapterOpeningPagesOnly": true
},
{
"format": "pdf",
"destination": "build/full"
2022-02-20 15:55:24 +01:00
}
]
2022-07-20 21:35:18 +02:00
}