forked from astaxie/build-web-application-with-golang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
39 lines (39 loc) · 912 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
34
35
36
37
38
39
{
"output": null,
"generator": "site",
"title": "Build Web Application with golang",
"description": "Build Web Application with golang",
"extension": null,
"plugins": [],
"pluginsConfig": {
"fontSettings": {
"theme": "sepia", "night" or "white",
"family": "serif" or "sans",
"size": 1 to 4
}
},
"pdf": {
"toc": true,
"pageNumbers": true,
"fontSize": 18,
"paperSize": "a4",
"margin": {
"right": 36,
"left": 36,
"top": 36,
"bottom": 36
}
}
"links": {
"home": "https://github.com/astaxie/build-web-application-with-golang",
"about": "https://github.com/astaxie/build-web-application-with-golang",
"issues": "https://github.com/astaxie/build-web-application-with-golang/issues",
"edit": null,
"sharing": {
"google": null,
"facebook": null,
"twitter": null,
"weibo": null
}
}
}