-
Notifications
You must be signed in to change notification settings - Fork 34
/
site.json
65 lines (65 loc) · 1.95 KB
/
site.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
{
"title": "Async",
"description": "An inclusive web tech meetup based in Brighton, UK",
"caption": "An _inclusive_ web tech meetup based in _Brighton, UK_",
"url": "https://asyncjs.com",
"email": "[email protected]",
"analytics": "DCQSDYFP",
"mapbox": {
"api_token": "pk.eyJ1IjoiYXN5bmNqcyIsImEiOiJrMHlGX3BJIn0.O57e5qvXpxKni60engPX2Q"
},
"elsewhere": {
"twitter": {
"name": "Twitter",
"link": "https://twitter.com/asyncjs",
"desc": "Follow @asyncjs on Twitter"
},
"facebook": {
"name": "Facebook",
"link": "https://www.facebook.com/asyncjs/",
"desc": "Like our page on Facebook"
},
"youtube": {
"name": "YouTube",
"link": "https://www.youtube.com/AsyncBrighton",
"desc": "Subscribe to our YouTube channel"
},
"slack": {
"name": "Slack",
"link": "https://join.slack.com/t/asyncjs/shared_invite/zt-1aguxx86q-XjF_yWcFoJ8fyYYzoqgDaQ",
"desc": "Join the Async Slack group"
},
"meetup": {
"name": "Meetup",
"link": "https://www.meetup.com/Async-Web-Tech-Meetup/",
"desc": "Join our meetup group"
},
"github": {
"name": "GitHub",
"link": "https://github.com/asyncjs/async-website",
"desc": "Fork this site on GitHub"
},
"feed": {
"name": "Subscribe to feed",
"link": "/feed/",
"desc": "Subscribe to the website's Atom feed"
},
"email": {
"name": "Email Us",
"link": "mailto:[email protected]",
"desc": "Get in touch"
},
"analytics": {
"name": "Analytics",
"link": "https://app.usefathom.com/share/dcqsdyfp/asyncjs.com",
"desc": "Analytics powered by Fathom"
},
"conduct": {
"name": "Code of Conduct",
"link": "/codeofconduct/",
"desc": "View our Code of Conduct"
}
},
"social": ["twitter", "facebook", "youtube", "slack", "meetup", "github"],
"footer": ["meetup", "news", "feed", "email", "analytics", "conduct"]
}