-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
89 lines (89 loc) · 2.17 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"meta": {
"title": "狄云的个人主页",
"description": "狄云的个人主页 - 产品、设计与技术",
"themeColor": "#ffffff",
"favicon": "images/avatar.webp",
"language": "zh"
},
"profile": {
"avatar": "images/avatar.webp",
"name": "狄云",
"website": "https://diyun.site",
"intro": "四体不勤,五谷不分。文不能测字,武不能防身。"
},
"contact": [
{
"type": "email",
"icon": {
"type": "font-awesome",
"value": "fas fa-envelope"
},
"label": "Email",
"link": "mailto:[email protected]"
},
{
"type": "wechat",
"icon": {
"type": "font-awesome",
"value": "fab fa-weixin"
},
"label": "WeChat",
"qrcode": "images/wechat.webp"
}
],
"social": [
{
"platform": "github",
"icon": {
"type": "font-awesome",
"value": "fab fa-github"
},
"link": "https://github.com/DemoJ"
},
{
"platform": "zhihu",
"icon": {
"type": "font-awesome",
"value": "fab fa-zhihu"
},
"link": "https://www.zhihu.com/people/jiangyuanchang"
},
{
"platform": "jike",
"icon": {
"type": "image",
"value": "images/jike.png"
},
"link": "https://okjk.co/n2zlCW"
},
{
"platform": "Linux.do",
"icon": {
"type": "image",
"value": "images/linuxdo.png"
},
"link": "https://linux.do/u/diyun"
}
],
"portfolio": [
{
"image": "images/ThinNav.jpg",
"title": "ThinNav",
"description": "ThinNav 是一个简单且轻量级的开源网址导航项目,自带后台管理系统",
"link": "https://github.com/DemoJ/ThinNav"
},
{
"image": "images/app_store.png",
"title": "App Store 评论获取工具",
"description": "抓取App store最新500条评论并使用AI进行竞品分析。",
"link": "https://app.diyun.site/"
},
{
"image": "images/ID_Page.png",
"title": "赛博名片",
"description": "使用闲置的serv00部署的赛博电子名片(关于我)",
"link": "https://about.diyun.site"
}
]
}