Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (23 loc) · 491 Bytes

NOTES.md

File metadata and controls

30 lines (23 loc) · 491 Bytes

Notes

Create a new magic book project:

magicbook new noc-book-2

build notes

if we use the following syntax, we rely on the naming of the directories and file names to dictate the order in which things are built:

{
  "title": "The Nature of Code",
  "destination": "build/:build",
  "files": [
    "content/*/*.html"
  ],
  "addPlugins": [
    "./plugins/addP5.js",
    "magicbook-codesplit",
    "magicbook-katex",
    "magicbook-webpack"
  ],
  ...
}