-
Notifications
You must be signed in to change notification settings - Fork 2
/
book.json
96 lines (96 loc) · 1.99 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"gitbook": ">=3.2.0",
"title": "iHTCboy学习笔记",
"author": "iHTCboy",
"description": "学习知识笔记",
"language": "zh-hans",
"keywords": "iOS,Android,Swift,Flutter,macOS,Python",
"links" : {
"sidebar" : {
"作者博客": "https://iHTCboy.com"
},
"sharing": {
"google": true,
"facebook": false,
"twitter": false,
"weibo": true,
"qrcode": true
}
},
"plugins": [
"edit-link",
"splitter",
"ga",
"disqus",
"-lunr",
"-search",
"search-pro",
"localized-footer",
"image-captions",
"expandable-chapters-small",
"code",
"page-treeview",
"hide-element",
"back-to-top-button",
"tbfed-pagefooter",
"add-js-css",
"mathjax-pro",
"sitemap",
"lightbox"
],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/iHTCboy/NotesEveryDay/edit/master",
"label": ""
},
"theme-default": {
"showLevel": true
},
"fontSettings": {
"theme": "white",
"family": "serif",
"size": 2
},
"image-captions": {
"caption": "Image - _CAPTION_",
"align": "center"
},
"expandable-chapters-small": {},
"ga": {
"token": "UA-67136970-2"
},
"disqus": {
"shortName": "iHTCboy"
},
"search-pro": {
"cutWordLib": "nodejieba"
},
"sitemap": {
"hostname": "https://iHTCboy.com/"
},
"localized-footer": {
"hline": true,
"filename": "./settings/FOOTER.md"
},
"hide-element": {
"elements": [".gitbook-link", ".treeview__container-title"]
},
"tbfed-pagefooter": {
"copyright":"Copyright © iHTCboy.com",
"modify_label": " ",
"modify_format": "YYYY-MM-DD HH:mm:ss 更新"
},
"page-treeview": {
"copyright": "Copyright © iHTCboy",
"minHeaderCount": "2",
"minHeaderDeep": "2"
},
"add-js-css": {
"css": [
"./settings/custom.css"
]
}
},
"variables": {
}
}