forked from asyncjs/async-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.json
60 lines (60 loc) · 1.98 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
{
"title": "Async",
"description": "A Web Tech Meetup for Brighton & Hove",
"caption": "A Web Tech Meetup for _Brighton & Hove_",
"url": "https://asyncjs.com",
"email": "hello@asyncjs.com",
"feedburner": "http://feeds.feedburner.com/asyncjs",
"analytics": "UA-2150808-14",
"mapbox": {
"api_token": "pk.eyJ1IjoiYXN5bmNqcyIsImEiOiJrMHlGX3BJIn0.O57e5qvXpxKni60engPX2Q"
},
"about": "Async meets monthly in Brighton & Hove, UK, to learn, discuss and play with JavaScript and related web technologies.\n\nWe host talks, hack nights, show n' tells and community events, all of which are free. \n\nDoors open 7.15pm, main session begins 7.45pm, we end around 9.30pm and continue nearby for an evening social.",
"elsewhere": [
{
"name": "News",
"link": "/news/",
"desc": "Recent Async Announcements"
},
{
"name": "Twitter",
"link": "https://twitter.com/asyncjs",
"desc": "Follow @asyncjs on Twitter"
},
{
"name": "Facebook",
"link": "https://www.facebook.com/pages/Async/533002916854919",
"desc": "Like our page on Facebook"
},
{
"name": "Mailing List",
"link": "http://groups.google.com/group/asyncjs/",
"desc": "Email list on Google Groups"
},
{
"name": "Subscribe to feed",
"link": "/feed/",
"desc": "Subscribe to the website's Atom feed"
},
{
"name": "Subscribe by email",
"link": "http://feedburner.google.com/fb/a/mailverify?uri=asyncjs",
"desc": "Subscribe to email updates for the website"
},
{
"name": "Email Us",
"link": "mailto:hello@asyncjs.com",
"desc": "Get in touch"
},
{
"name": "Slack",
"link": "mailto:hello@asyncjs.com?Subject=Please%20add%20me%20to%20the%20Async%20Slack%20channel",
"desc": "Request access to the Async Slack channel"
},
{
"name": "Code of Conduct",
"link": "/codeofconduct/",
"desc": "View our Code of Conduct"
}
]
}