-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
53 lines (53 loc) · 1.19 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
{
"title": "Technical Leadership",
"author": "Hayes-stars",
"description": "记录Technical Leadership的一些心得和笔记",
"language": "zh-hans",
"styles": {
"website": "./styles/website.less"
},
"plugins": [
"todo",
"code",
"lightbox",
"search-pro",
"github",
"prism",
"-highlight",
"splitter",
"styles-less",
"theme-fexa",
"custom-favicon",
"back-to-top-button",
"page-toc-button",
"expandable-chapters",
"chapter-fold",
"page-footer-ex",
"auto-scroll-table",
"popup",
"pageview-count"
],
"pluginsConfig": {
"favicon": "./asset/img/favicon.ico",
"code": {
"copyButtons": true
},
"github": {
"url": "https://hayes-stars.github.io/technical-leadership/"
},
"theme-fexa": {
"search-placeholder": "输入关键字搜索",
"logo": "http://www.hydee.cn/Content/Hydee/img/logo.png",
"favicon": "./favicon.ico"
},
"prism": {
"css": ["prismjs/themes/prism.css"]
},
"page-footer-ex": {
"copyright": "Hayes-stars",
"markdown": true,
"update_label": "此页面修改于:",
"update_format": "YYYY-MM-DD HH:mm:ss"
}
}
}