-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
148 lines (148 loc) · 4.87 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"gitbook": "3.x.x",
"plugins": ["favicon", "yahei", "github", "autotheme", "-lunr", "-search",
"search-plus", "prism", "-highlight", "github-buttons", "splitter",
"-sharing", "sharing-plus", "page-footer-ex", "expandable-chapters-small",
"book-summary-scroll-position-saver", "anchors", "anchor-navigation-ex", "sitemap-general",
"copy-code-button", "multipart","edit-link-plus","editlink","toc","expandable-chapters","insert-logo","advanced-emoji"
],
"pluginsConfig": {
"theme-default": {
"showLevel": false
},
"fontSettings": {
"family": "serif",
"size": 2
},
"github": {
"url": "https://github.com/xiaobei930"
},
"autotheme": {
"white": [9, 10, 11, 12, 13, 14, 15, 16, 17],
"sepia": [6, 7, 8, 18, 19],
"night": [20, 21, 22, 23, 0, 1, 2, 3, 4, 5]
},
"prism": {
"css": [
"prismjs/themes/prism-tomorrow.css"
]
},
"github-buttons": {
"buttons": [{
"user": "xiaobei930",
"repo": "LearningNotes",
"type": "star",
"size": "small",
"count": true
}]
},
"editlink": {
"base": "https://github.com/xiaobei930/LearningNotes/blob/master",
"label": "Edit",
"multilingual": false
},
"sharing": {
"douban": false,
"facebook": false,
"google": false,
"hatenaBookmark": false,
"instapaper": false,
"line": true,
"linkedin": true,
"messenger": false,
"pocket": false,
"qq": true,
"qzone": true,
"stumbleupon": false,
"twitter": false,
"viber": false,
"vk": false,
"weibo": true,
"whatsapp": false,
"all": [
"facebook", "google", "twitter",
"weibo", "instapaper", "linkedin",
"pocket", "stumbleupon"
]
},
"edit-link-plus": {
"base": "https://github.com/xiaobei930/LearningNotes/edit/BRANCH/path/to/book",
"label": {
"en": "Edit This Page",
"zh": "编辑本页"
}
},
"page-footer-ex": {
"copyright": "By [xiaobei](https://github.com/xiaobei930),使用[知识共享 署名-相同方式共享 4.0协议](https://creativecommons.org/licenses/by-sa/4.0/)发布",
"markdown": true,
"update_label": "此页面修订于:",
"update_format": "YYYY-MM-DD HH:mm:ss"
},
"anchor-navigation-ex": {
"showLevel": false,
"associatedWithSummary": false,
"printLog": false,
"multipleH1": true,
"mode": "float",
"showGoTop": true,
"float": {
"floatIcon": "fa fa-navicon",
"showLevelIcon": false,
"level1Icon": "fa fa-hand-o-right",
"level2Icon": "fa fa-hand-o-right",
"level3Icon": "fa fa-hand-o-right"
},
"pageTop": {
"showLevelIcon": false,
"level1Icon": "fa fa-hand-o-right",
"level2Icon": "fa fa-hand-o-right",
"level3Icon": "fa fa-hand-o-right"
}
},
"sitemap-general": {
"prefix": "https://xiaobei930.github.io/myBook/"
},
"favicon": {
"shortcut": "/assets/logo/favicon.ico",
"bookmark": "/assets/logo/favicon.ico",
"appleTouch": "/assets/logo/apple-touch-icon.png",
"appleTouchMore": {
"120x120": "/assets/logo/apple-touch-icon-120x120.png",
"180x180": "/assets/logo/apple-touch-icon-180x180.png"
}
},
"insert-logo": {
"url": "https://cdn.jsdelivr.net/gh/xiaobei930/LearningNotes@master/assets/logo/logo.png",
"style": "background: none; max-height: 30px; min-height: 30px"
}
},
"styles": {
"website": "assets/styles/website.css"
},
"pdf": {
"pageNumbers": true,
"fontFamily": "Arial",
"fontSize": 12,
"paperSize": "a4",
"margin": {
"right": 62,
"left": 62,
"top": 56,
"bottom": 56
}
},
"title": "听小北瞎扯淡",
"description": "杂七杂八乱记一通",
"author": "小北",
"language": "zh-hans",
"root": ".",
"structure": {
"readme": "README.md"
},
"links": {
"sidebar": {
"GitHub": "https://github.com/xiaobei930",
"博客": "https://xiaobei930.github.io/LearningNotes/"
}
}
}