test/book.json
2018-12-13 15:33:30 +01:00

21 lines
450 B
JSON

{
"plugins": [
"theme-gestalt",
"-theme-default",
"styles-sass-fix"
],
"pluginsConfig": {
"theme-gestalt": {
"excludeDefaultStyles": true,
"logo": "assets/logo.png",
"favicon": "assets/favicon.png",
"baseUrl": null,
"doNotHideChildrenChapters" : false
}
},
"styles": {
"website": "./styles/website.scss"
}
}