-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathOpenLinks.json
More file actions
42 lines (42 loc) · 795 Bytes
/
OpenLinks.json
File metadata and controls
42 lines (42 loc) · 795 Bytes
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
{
"title": "OpenLinks",
"description": "Free JSON-Driven template for Astro.",
"url_base": "https://yoursite.com",
"theme": "brutalism",
"footer": "Made with ❤️ by <a href='https://e10y.dev'>E10Y</a>",
"profile":
{
"name": "OpenLinks",
"avatar": "avatar/Avatar.webp",
"description":"OpenSource JSON-driven",
"adult": false
}
,
"links": [
{
"name": "GitHub",
"url": "https://github.com/E10YDEV/OpenLinks",
"icon": "/icons/GitHub.svg"
},
{
"name": "Website",
"url": "https://e10y.dev",
"icon": "/icons/Web.svg"
},
{
"name": "Instagram",
"url": "#",
"icon": "/icons/Instagram.svg"
},
{
"name": "Twitter",
"url": "#",
"icon": "/icons/X.svg"
},
{
"name": "Mail",
"url": "#",
"icon": "/icons/Mail.svg"
}
]
}