-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathbook.json
More file actions
30 lines (29 loc) · 796 Bytes
/
Copy pathbook.json
File metadata and controls
30 lines (29 loc) · 796 Bytes
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
{
"plugins": [
"layout",
"baidu",
"edit-link",
"tbfed-pagefooter",
"ga"
],
"pluginsConfig": {
"headerPath": "layouts/header.html",
"footerPath": "layouts/footer.html",
"baidu": {
"token": "2d97e54587fe0a988606550c9b115a6b"
},
"tbfed-pagefooter": {
"copyright":"Copyright © quanke.name 2016",
"modify_label": "该文件修订时间:", "modify_format": "YYYY-MM-DD HH:mm:ss" } ,
"edit-link": {
"base": "https://github.com/USER/REPO/edit/BRANCH", "label": "Edit This Page" },
"ga": {
"token": "UA-82833335-1"
}
},
"links": {
"sidebar": {
"Home": "http://quanke.name"
}
}
}