1
1
{
2
- "title" : " GitBook Use " ,
3
- "description" : " 记录 GitBook 的配置和一些插件的使用" ,
4
- "author" : " zhangjikai" ,
5
- "output.name" : " site" ,
6
- "language" : " zh-hans" ,
7
- "gitbook" : " 3.2.2" ,
8
- "root" : " ." ,
2
+ "title" : " GitBook 使用教程 " ,
3
+ "description" : " 记录 GitBook 的配置和一些插件的使用" ,
4
+ "author" : " zhangjikai" ,
5
+ "output.name" : " site" ,
6
+ "language" : " zh-hans" ,
7
+ "gitbook" : " 3.2.2" ,
8
+ "root" : " ." ,
9
9
"structure" : {
10
10
"readme" : " introduction.md"
11
- },
11
+ },
12
12
"links" : {
13
13
"sidebar" : {
14
14
"Home" : " http://www.zhangjikai.com"
15
15
}
16
- },
16
+ },
17
17
"plugins" : [
18
- " -lunr" ,
19
- " -search" ,
18
+ " -lunr" ,
19
+ " -search" ,
20
20
" -highlight" ,
21
21
" -livereload" ,
22
- " search-plus@^0.0.11" ,
23
- " simple-page-toc@^0.1.1" ,
24
- " github@^2.0.0" ,
25
-
26
- " edit-link@^2.0.2" ,
27
- " disqus@^0.1.0" ,
28
- " prism@^2.1.0" ,
29
- " prism-themes@^0.0.2" ,
30
- " advanced-emoji@^0.2.1" ,
31
- " anchors@^0.7.1" ,
32
- " include-codeblock@^3.0.2" ,
33
- " ace@^0.3.2" ,
34
- " emphasize@^1.1.0" ,
35
- " katex@^1.1.3" ,
36
- " splitter@^0.0.8" ,
37
- " mermaid@^0.0.9" ,
38
- " tbfed-pagefooter@^0.0.1" ,
39
- " expandable-chapters-small@^0.1.7" ,
40
- " sectionx@^3.1.0" ,
41
- " baidu@^0. 1.0" ,
42
- " donate @^1.0.2 " ,
43
- " local-video@^1. 0.1" ,
44
- " sitemap-general@^ 0.1.1 " ,
45
-
46
- " favicon @^0.0.2 " ,
47
- " todo @^0.1.3 "
48
- ],
22
+ " search-plus@^0.0.11" ,
23
+ " simple-page-toc@^0.1.1" ,
24
+ " github@^2.0.0" ,
25
+
26
+ " edit-link@^2.0.2" ,
27
+ " disqus@^0.1.0" ,
28
+ " prism@^2.1.0" ,
29
+ " prism-themes@^0.0.2" ,
30
+ " advanced-emoji@^0.2.1" ,
31
+ " anchors@^0.7.1" ,
32
+ " include-codeblock@^3.0.2" ,
33
+ " ace@^0.3.2" ,
34
+ " emphasize@^1.1.0" ,
35
+ " katex@^1.1.3" ,
36
+ " splitter@^0.0.8" ,
37
+ " mermaid@^0.0.9" ,
38
+ " tbfed-pagefooter@^0.0.1" ,
39
+ " expandable-chapters-small@^0.1.7" ,
40
+ " sectionx@^3.1.0" ,
41
+ " donate@^ 1.0.2 " ,
42
+ " local-video @^1.0.1 " ,
43
+ " sitemap-general@^ 0.1.1 " ,
44
+ " anchor-navigation-ex@ 0.1.8 " ,
45
+ " favicon@^0.0.2 " ,
46
+ " todo @^0.1.3 " ,
47
+ " 3-ba @^0.9.0 "
48
+ ],
49
49
"pluginsConfig" : {
50
50
"theme-default" : {
51
51
"showLevel" : true
52
- },
52
+ },
53
53
"disqus" : {
54
54
"shortName" : " gitbookuse"
55
- },
55
+ },
56
56
"prism" : {
57
57
"css" : [
58
58
" prism-themes/themes/prism-base16-ateliersulphurpool.light.css"
59
59
]
60
- },
60
+ },
61
61
"github" : {
62
62
"url" : " https://github.com/zhangjikai/gitbook-use"
63
- },
63
+ },
64
64
"github-buttons" : {
65
- "repo" : " zhangjikai/gitbook-use" ,
65
+ "repo" : " zhangjikai/gitbook-use" ,
66
66
"types" : [
67
67
" star"
68
- ],
68
+ ],
69
69
"size" : " small"
70
- },
70
+ },
71
71
"include-codeblock" : {
72
- "template" : " ace" ,
73
- "unindent" : true ,
72
+ "template" : " ace" ,
73
+ "unindent" : true ,
74
74
"edit" : true
75
- },
75
+ },
76
76
"sharing" : {
77
- "weibo" : true ,
78
- "facebook" : true ,
79
- "twitter" : true ,
80
- "google" : false ,
81
- "instapaper" : false ,
82
- "vk" : false ,
77
+ "weibo" : true ,
78
+ "facebook" : true ,
79
+ "twitter" : true ,
80
+ "google" : false ,
81
+ "instapaper" : false ,
82
+ "vk" : false ,
83
83
"all" : [
84
- " facebook" ,
85
- " google" ,
86
- " twitter" ,
87
- " weibo" ,
84
+ " facebook" ,
85
+ " google" ,
86
+ " twitter" ,
87
+ " weibo" ,
88
88
" instapaper"
89
89
]
90
- },
90
+ },
91
91
"tbfed-pagefooter" : {
92
- "copyright" : " Copyright © zhangjikai.com 2017" ,
93
- "modify_label" : " 该文件修订时间:" ,
92
+ "copyright" : " Copyright © zhangjikai.com 2017" ,
93
+ "modify_label" : " 该文件修订时间:" ,
94
94
"modify_format" : " YYYY-MM-DD HH:mm:ss"
95
- },
96
- "baidu " : {
95
+ },
96
+ "3-ba " : {
97
97
"token" : " ff100361cdce95dd4c8fb96b4009f7bc"
98
- },
98
+ },
99
99
"donate" : {
100
- "wechat" : " https://zhangjikai.com/resource/weixin.png" ,
101
- "alipay" : " https://zhangjikai.com/resource/alipay.png" ,
102
- "title" : " " ,
103
- "button" : " 赏" ,
104
- "alipayText" : " 支付宝打赏" ,
100
+ "wechat" : " https://zhangjikai.com/resource/weixin.png" ,
101
+ "alipay" : " https://zhangjikai.com/resource/alipay.png" ,
102
+ "title" : " " ,
103
+ "button" : " 赏" ,
104
+ "alipayText" : " 支付宝打赏" ,
105
105
"wechatText" : " 微信打赏"
106
- },
106
+ },
107
107
"simple-page-toc" : {
108
- "maxDepth" : 3 ,
108
+ "maxDepth" : 3 ,
109
109
"skipFirstH1" : true
110
- },
110
+ },
111
111
"edit-link" : {
112
- "base" : " https://github.com/zhangjikai/gitbook-use/edit/master" ,
112
+ "base" : " https://github.com/zhangjikai/gitbook-use/edit/master" ,
113
113
"label" : " Edit This Page"
114
- },
114
+ },
115
115
"sitemap-general" : {
116
116
"prefix" : " http://gitbook.zhangjikai.com"
117
- },
117
+ },
118
118
"anchor-navigation-ex" : {
119
- "isRewritePageTitle" : false ,
120
- "tocLevel1Icon" : " fa fa-hand-o-right" ,
121
- "tocLevel2Icon" : " fa fa-hand-o-right" ,
119
+ "isRewritePageTitle" : false ,
120
+ "tocLevel1Icon" : " fa fa-hand-o-right" ,
121
+ "tocLevel2Icon" : " fa fa-hand-o-right" ,
122
122
"tocLevel3Icon" : " fa fa-hand-o-right"
123
- },
123
+ },
124
124
"sectionx" : {
125
125
"tag" : " b"
126
- },
126
+ },
127
127
"favicon" : {
128
- "shortcut" : " favicon.ico" ,
128
+ "shortcut" : " favicon.ico" ,
129
129
"bookmark" : " favicon.ico"
130
130
}
131
131
}
132
- }
132
+ }
0 commit comments