mirror of
https://github.com/nature-of-code/noc-book-2
synced 2024-11-17 07:49:05 +01:00
26 lines
No EOL
479 B
JSON
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/"
|
|
}
|
|
}
|
|
]
|
|
} |