-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathbook.json
55 lines (55 loc) · 1.25 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"title":"Go 编码建议",
"description":"一本关于 Go 编码风格的开源书籍",
"author": "Dablelv",
"links" : {
"sidebar" : {
"个人站点":"https://dablelv.github.io/dablelvweb",
"CSDN 主页":"https://dablelv.blog.csdn.net",
"GitHub 主页":"https://github.com/dablelv",
"本书 GitHub 地址 ":"https://github.com/dablelv/go-coding-advice"
}
},
"styles": {
"website": "styles/website.css"
},
"plugins": [
"custom-favicon",
"splitter",
"disqus",
"tbfed-pagefooter",
"github",
"code",
"sidebar-style",
"anchor-navigation-expand",
"popup",
"-sharing",
"sharing-plus"
],
"pluginsConfig":{
"disqus": {
"shortName": "go-coding-advice"
},
"favicon": "assets/imgs/favicon.ico",
"tbfed-pagefooter": {
"copyright":"",
"modify_label": "该文章修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"github": {
"url": "https://github.com/dablelv/go-coding-advice"
},
"sharing":{
"qq": true,
"weibo": true,
"all": []
},
"sidebar-style": {
"title": "<br>Go 编码建议<br><br>",
"author": ""
},
"anchor-navigation-expand":{
"showLevel": false
}
}
}