module.exports = { // Extend website resources and html website: { assets: "./book", js: [ "chapter-fold.js" ], css: [ "chapter-fold.css" ] } };