test/book.json

21 lines
462 B
JSON
Raw Permalink Normal View History

2018-12-13 13:54:34 +01:00
{
2018-12-13 14:35:46 +01:00
"plugins": [
"theme-gestalt",
"-theme-default",
"styles-sass-fix"
],
"pluginsConfig": {
"theme-gestalt": {
"excludeDefaultStyles": true,
2018-12-13 15:35:20 +01:00
"logo": "/test/assets/logo.png",
"favicon": "/test/assets/favicon.png",
2018-12-13 14:35:46 +01:00
"baseUrl": null,
"doNotHideChildrenChapters" : false
}
},
"styles": {
"website": "./styles/website.scss"
}
}