forked from ksco/BuildYourOwnLispCn
-
Notifications
You must be signed in to change notification settings - Fork 14
/
book.json
33 lines (33 loc) · 836 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
33
{
"title": "学C语言写Lisp",
"language": "zh",
"plugins": ["disqus",
"anchor-navigation-ex-toc",
"theme-gestalt@git+https://github.com/NoahDragon/gitbook-plugin-theme-gestalt.git",
"-theme-default",
"styles-sass-fix",
"analytics",
"collapse"],
"pluginsConfig": {
"disqus": {
"shortName": "buildyourownlispcn"
},
"theme-gestalt": {
"logo": "./assets/logo.png",
"favicon": "./assets/logo.png",
"baseUrl": null,
"excludeDefaultStyles": true,
"doNotHideChildrenChapters" : false
},
"analytics": {
"google": "UA-48498357-5"
},
"github-edit": {
"repo": "NoahDragon/BuildYourOwnLispCn",
"branch": "master"
}
},
"styles": {
"website": "./assets/styles/website.scss"
}
}