-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
117 lines (117 loc) · 2.62 KB
/
Copy pathconfig.json
File metadata and controls
117 lines (117 loc) · 2.62 KB
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"theme": {
"violet": "#5B2A9E",
"violetStrong": "#7C4DCE",
"rose": "#2E1854",
"roseStrong": "#402070"
},
"backgroundVideo": {
"src": "https://res.cloudinary.com/dgus0vior/video/upload/v1785276868/nohf9rivgmtlpyzbshaw.mp4",
"opacity": 0.45
},
"identity": {
"name": "Ash",
"taglines": [],
"avatar": "https://res.cloudinary.com/dgus0vior/image/upload/v1785231863/q2ket61sxg81l3wcoueb.jpg",
"frame": "none"
},
"songs": [],
"badges": [],
"discord": {
"userId": "1301191057656119386",
"enabled": true,
"showSpotify": true,
"showActivity": true
},
"discordWidgets": {
"profileEnabled": true,
"serverEnabled": true,
"serverId": "1527355590475776102",
"inviteUrl": ""
},
"customFonts": [],
"customTabs": [],
"effects": {
"scrollReveal": true,
"viewCounter": true
},
"uploads": {
"cloudName": "dgus0vior",
"uploadPreset": "Ashy_site"
},
"bio": {
"about": "Tormented.\nAm scared of thighs. 😬",
"rings": [
{
"emoji": "💸",
"title": "Brokie",
"sub": "Spare me some money.. 💔",
"pct": 69,
"color": "rose"
}
],
"location": "41°36′28.4″N, 71°21′41.2″W",
"birthdayMonth": 11,
"birthdayDay": 1,
"birthdayLabel": "Nov 1",
"timezone": "Europe/Helsinki",
"lastfmUser": "Ashy-geek"
},
"socials": [
{
"icon": "fab fa-discord",
"label": "Discord",
"url": "https://discord.com/users/codedsum"
},
{
"icon": "fab fa-github",
"label": "GitHub",
"url": "https://github.com/codedshit"
},
{
"icon": "fas fa-leaf",
"label": "AniList",
"url": "https://anilist.co/user/Klxxy/"
},
{
"icon": "fab fa-spotify",
"label": "Spotify",
"url": "https://open.spotify.com/user/31oyzi66p57fkbpncfhkvt2nxi2u"
},
{
"icon": "fab fa-tiktok",
"label": "TikTok",
"url": "https://www.tiktok.com/@fw.shahi?_r=1&_t=ZN-98PZmWrKoTO"
}
],
"tabs": {
"intel": {
"enabled": true,
"label": "Intel",
"icon": "fas fa-satellite-dish"
},
"vibe": {
"enabled": true,
"label": "Vibe",
"icon": "fas fa-bolt"
},
"music": {
"enabled": true,
"label": "Music",
"icon": "fas fa-music"
}
},
"appearance": {
"avatarSize": 112,
"nameSize": 41,
"taglineSize": 17,
"ringSize": 68,
"badgeSize": 18,
"cardOpacity": 0.35,
"cardBorderOpacity": 0,
"fontDisplay": "Duality",
"fontQuote": "Matcha Mint",
"fontEntry": "Nightcore Demo",
"entryText": "Click to enter"
}
}