-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbook.json
66 lines (66 loc) · 1.84 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
{
"title": "KNOWLEDGE ABOUT IGNORANCE",
"author": "lowzj - Zhang Jin",
"plugins": [
"3-ba",
"katex",
"github",
"anchor-navigation-ex",
"github-buttons",
"-lunr",
"-search",
"search-pro",
"favicon",
"donate",
"tbfed-pagefooter",
"flexible-alerts",
"sectionx",
"-copy-code-button",
"code"
],
"pluginsConfig": {
"3-ba": {
"token": "2caf82e27063deb7c30d74ed8655b80f"
},
"github": {
"url": "https://github.com/lowzj/note-book"
},
"github-buttons": {
"buttons": [{
"user": "lowzj",
"repo": "note-book",
"type": "star",
"size": "small",
"count": true
}]
},
"anchor-navigation-ex": {
"isRewritePageTitle": false,
"showLevel": false
},
"favicon": {
"shortcut": "/img/favicon/favicon.ico",
"bookmark": "/img/favicon/favicon.ico",
"appleTouch": "/img/favicon/apple-touch-icon.png",
"appleTouchMore": {
"120x120": "/img/favicon/apple-touch-icon.png",
"180x180": "/img/favicon/apple-touch-icon.png"
}
},
"donate": {
"wechat": "/img/donate-wechat.png",
"alipay": "/img/donate-alipay.png",
"button": "赞赏",
"alipayText": "Alipay ¥1",
"wechatText": "Wechat ¥1"
},
"tbfed-pagefooter": {
"copyright": "Copyright © <a href='https://github.com/lowzj'>lowzj</a>",
"modify_label": "Last Modified: ",
"modify_format": "YYYY-MM-DD HH:mm"
},
"sectionx": {
"tag": "b"
}
}
}