-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsettings-default.json
58 lines (58 loc) · 1.77 KB
/
settings-default.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
{
"metaTitle": "Glitch in Bio!",
"metaDescription": "My meta description.",
"name": "Glitch in Bio",
"theme": "glitch",
"avatarImage": "https://cdn.glitch.com/560ed5ed-9d00-433a-9ff9-7750d79d13da%2FGlitch_TeamAvatar.png?v=1624643105812",
"links": [
{
"url": "https://glitch.new/links",
"text": "Remix! Have your own Glitch-in-bio running in seconds.",
"img": "https://cdn.glitch.me/efc5414a-882b-4708-af81-8461abbc1a82%2Fglitchmidblues.png?v=1634289872484",
"altText": "Glitch blue generative art"
},
{
"url": "https://glitch.com/edit/#!/glitch-in-bio?path=README.md",
"text": "View source! Check out the code to see how it's built.",
"img": ""
},
{
"url": "https://www.glitch.com/",
"text": "Built by and on Glitch, the easiest way to build the web.",
"img": "https://cdn.glitch.me/efc5414a-882b-4708-af81-8461abbc1a82%2Fglitchdarkpinks.png?v=1634289859236"
}
],
"social": {
"glitch": "https://glitch.com/",
"arena": "",
"bandcamp": "",
"cohost": "",
"dev": "https://dev.to/glitch",
"facebook": "",
"github": "https://github.com/glitchdotcom",
"gitlab": "",
"hashnode": "",
"instagram": "",
"keybase": "",
"kofi": "",
"letterboxd": "",
"linkedin": "https://www.linkedin.com/company/fog-creek-software",
"mastodon": "https://mastodon.social/@glitchdotcom",
"medium": "",
"onlyfans": "",
"patreon": "",
"pinboard": "",
"pinterest": "",
"podcast": "",
"soundcloud": "",
"spotify": "",
"stackoverflow": "",
"substack": "",
"twitter": "https://twitter.com/glitch",
"twitch": "",
"tiktok": "",
"tumblr": "",
"youtube": "https://www.youtube.com/c/GlitchDotCom",
"email": "[email protected]"
}
}