-
Notifications
You must be signed in to change notification settings - Fork 8
/
config.json
50 lines (50 loc) · 1.1 KB
/
config.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
{
"disablePathToLower": true,
"params": {
"author": "NightFarmer",
"title": "NightFarmer'blog",
"subtitle": "理论指导实践,实践深化理论",
"root_url": "/",
"avatar": "img/avatar.png",
"tagcloud": true,
"aboutme": "我就是我,是不一样的烟火",
"friends": {
"友链1": "http://www.baidu.com",
"友链2": "http://www.baidu.com"
},
"subnav": {
"Email": "mailto:[email protected]",
"GitHub": "https://github.com/NightFarmer"
},
"menu": [
{
"label": "主页",
"link": "/"
},
{
"label": "所有文章",
"link": "/post/"
},
{
"label": "标签云",
"link": "/tags/"
},
{
"label": "关于我",
"link": "/about/"
}
],
"visit_counter": {
"on": true,
"site_visit": "本站到访数",
"page_visit": "本页阅读量"
},
"jquery_ui": false,
"mathjax": false,
"background_image": 5,
"google_analytics": "",
"fancybox": true,
"open_in_new": true,
"animate": false
}
}