-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsite-config.json
More file actions
44 lines (44 loc) · 1.14 KB
/
site-config.json
File metadata and controls
44 lines (44 loc) · 1.14 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
{
"profile": {
"name": "Hazel",
"handle": "@hazelbasil",
"bio": "🌸 software developer | anime + games | building cute things on the internet 🌸",
"avatarUrl": "assets/avatar.png"
},
"links": [
{
"label": "AniList",
"url": "https://anilist.co/user/hazelbasil",
"emoji": "📺",
"description": "Anime & manga I'm watching/reading"
},
{
"label": "MyFigureCollection",
"url": "https://myfigurecollection.net/profile/hazelbasil",
"emoji": "🧸",
"description": "Figures I own + wishlist"
},
{
"label": "Backloggd",
"url": "https://backloggd.com/u/hazelbasil",
"emoji": "🎮",
"description": "Games I'm playing + backlog"
},
{
"label": "GitHub",
"url": "https://github.com/hazeliscoding",
"emoji": "💻",
"description": "Code, projects, and cute web experiments"
},
{
"label": "Discord",
"url": "https://discord.com/",
"emoji": "💬",
"description": "Tap to copy my Discord handle",
"copyText": ".hazelbasil."
}
],
"footer": {
"text": "Made with 💖 by Hazel"
}
}