-
Notifications
You must be signed in to change notification settings - Fork 134
/
Copy pathconfig.json
45 lines (45 loc) · 900 Bytes
/
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
{
"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,
"background": true
},
"main": {
"name": "Simon Ma",
"signature": "Code & Input & Output",
"avatar": {
"link": "assets/avatar.jpg",
"height": "100",
"width": "100"
},
"ul": {
"first": {
"href": "blog/",
"icon": "bokeyuan",
"text": "Blog"
},
"second": {
"href": "about/",
"icon": "xiaolian",
"text": "About"
},
"third": {
"href": "mailto:[email protected]",
"icon": "email",
"text": "Email"
},
"fourth": {
"href": "https://github.com/tomotoes",
"icon": "github",
"text": "Github"
}
}
}
}