-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
44 lines (42 loc) · 1.13 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
{
"title": "第一次写CTF的WRITEUP",
"description": "关于bugku上web方面的经验和步骤思路",
"author": "吾空",
"language": "zh-hans",
"root": ".",
"plugins": [
"donate",
"edit-link",
"toggle-chapters",
"page-footer-ex",
"todo"
],
"pluginsConfig": {
"donate": {
"wechat": "",
"alipay": "",
"title": "",
"button": "打赏",
"alipayText": "支付宝打赏",
"wechatText": "微信打赏"
},
"github-buttons": {
"repo": "asd1054/bugku_first_wp",
"types": [
"star"
],
"size": "small"
},
"edit-link": {
"base": "https://github.com/asd1054/bugku_first_wp",
"label": "Edit This Page"
},
"page-footer-ex": {
"copyright": "By [吾空](http://asd1054.github.io) 发布",
"markdown": true,
"update_label": "此页面修订于:",
"update_format": "YYYY-MM-DD HH:mm:ss"
}
}
}