forked from tTiny-Zhang/personal-webpage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetting.json
89 lines (89 loc) · 2.38 KB
/
setting.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
{
"profile": {
"website_name": "My Personal website",
"subtitle": "You can now configure your website",
"name": "You did it!",
"icon": {
"method": "local",
"local": {
"url": "/src/img/icon.png"
},
"gravatar": {
"email": ""
}
},
"skills": {
"enabled": true,
"breath": true,
"language": ["html5","css3","js"],
"learning": ["vuejs","react"]
}
},
"SEO": {
"description": "",
"language": "",
"keywords": ""
},
"display": {
"background": {
"url": "/src/img/wallpaper.png"
},
"signature": {
"enabled": true,
"content": "V.Arona",
"auto_hide": true
},
"share": {
"enabled": true,
"github_icon": {
"enabled": true,
"github_user_name": "",
"github_repo_name": ""
},
"music":{
"enabled": false,
"music_data": {}
}
},
"blur": true
},
"links": {
"link_1": {
"enabled": true,
"title": "quick start",
"icon": "fa-solid fa-gear",
"url": "https://github.com/JerryIs-strong/Arona?tab=readme-ov-file#-%E9%85%8D%E7%BD%AE%E9%A0%85",
"target": "_blank"
},
"link_2": {
"enabled": true,
"title": "get plugins",
"icon": "fa-solid fa-puzzle-piece",
"url": "https://github.com/JerryIs-strong/pw-plugins-repo",
"target": "_blank"
},
"link_3": {
"enabled": true,
"title": "bug report",
"icon": "fa-solid fa-bug",
"url": "https://github.com/JerryIs-strong/Arona/issues",
"target": "_blank"
}
},
"debug": false,
"plugins": [],
"alert": {
"enabled": true,
"https": true,
"data":{
"alert_1":{
"content": "We understand your needs and work hard to protect your data privacy",
"iconType": "fa-solid",
"iconName": "fa-shield-halved",
"duration": 5000,
"scroll": true
}
}
},
"theme": "default"
}