noc-book-2/magicbook.json
2022-07-20 15:35:18 -04:00

26 lines
No EOL
479 B
JSON

{
"title": "Nature of Code",
"addPlugins": [
"magicbook-codesplit",
"magicbook-katex"
],
"destination": "build",
"files": [
"content/*.html"
],
"builds": [
{
"format": "pdf",
"layout": "magicbook/layouts/pdf.html",
"stylesheets": {
"files": [
"magicbook/stylesheets/pdf.scss"
]
},
"fonts": {
"files": "magicbook/fonts/**/*.*",
"destination": "assets/fonts/"
}
}
]
}