forked from uptownboy/uptownboy.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
61 lines (61 loc) · 1.25 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
51
52
53
54
55
56
57
58
59
60
61
{
"head": {
"title": "一个坏掉的番茄",
"description": "Author:SimonMa,Category:Personal Blog",
"favicon": "favicon.ico"
},
"intro": {
"title": "Simon Ma",
"subtitle": "Front back left right end engineer",
"enter": "enter",
"supportAuthor": true
},
"main": {
"name": "Simon Ma",
"signature": "Code & Input & Output",
"avatar": {
"link": "assets/avatar.jpg",
"height": "80",
"width": "80"
},
"ul": {
"whole_first": {
"href": "blog/",
"icon": "bokeyuan",
"text": "Blog"
},
"whole_second": {
"href": "about/",
"icon": "xiaolian",
"text": "About"
},
"half_first": {
"href": "mailto:[email protected]",
"icon": "email",
"text": "Contact me"
},
"quarter_first": {
"href": "assets/wechat.jpg",
"icon": "wechat",
"height": "95",
"width": "95",
"text": "Wechat"
},
"quarter_second": {
"href": "https://github.com/tomotoes",
"icon": "github",
"text": "Github"
},
"quarter_third": {
"href": "https://twitter.com/amSimonMa",
"icon": "twitter",
"text": "Twitter"
},
"quarter_fourth": {
"href": "javascript:;",
"icon": "other",
"text": "other"
}
}
}
}