-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbook.json
32 lines (32 loc) · 799 Bytes
/
book.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"plugins": [
"theme-gestalt",
"-theme-default",
"styles-sass-fix",
"blurbs",
"toggle-chapters",
"-fontsettings",
"-highlight",
"image-wrapper"
],
"pluginsConfig": {
"theme-gestalt": {
"logo": "/assets/OpenMINTED_Tag_Color_small.png",
"baseUrl": null,
"excludeDefaultStyles": true,
"doNotHideChildrenChapters" : false
},
"fontsettings": {
"theme": "white",
"family": "sans",
"size": 3
}
},
"layout": {
"headerPath": "layouts/header.html",
"footerPath": "layouts/footer.html"
},
"styles": {
"website": "./styles/website.scss"
}
}