forked from yeasy/blockchain_guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
41 lines (41 loc) · 962 Bytes
/
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
{
"title": "区块链技术指南",
"author": "yeasy",
"plugins": [
"-autocover",
"github-buttons",
"image-captions",
"latex-codecogs",
"mathjax",
"prism",
"prism-themes",
"-highlight"
],
"pluginsConfig": {
"autocover": {
"font": {
"size": null,
"family": "Impact",
"color": "#000"
},
"size": {
"w": 1800,
"h": 2360
},
"background": {
"color": "#FFF"
}
},
"image-captions": {
"attributes": { "width": "400" },
"caption": "图 _PAGE_LEVEL_._PAGE_IMAGE_NUMBER_ - _CAPTION_"
},
"github-buttons": {
"repo": "yeasy/blockchain_guide",
"types": [
"star",
"watch"
]
}
}
}