forked from gdg-x/hoverboard
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsettings.json
More file actions
executable file
·212 lines (212 loc) · 5.12 KB
/
Copy pathsettings.json
File metadata and controls
executable file
·212 lines (212 loc) · 5.12 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
{
"organizer": {
"name": "GDGYYC",
"twitter": "gdgcloudyyc",
"blog": "https://medium.com/gdgyyc",
"url": "http://www.gdgyyc.com/"
},
"startDate": "2019-11-22T09:00:00+03:00",
"endDate": "2019-11-23T17:00:00+03:00",
"webapp": {
"shortName": "DevFestYYC",
"themeColor": "#673AB7",
"backgroundColor": "#673AB7"
},
"dateFormat": {
"locale": "en-US"
},
"hashtag": "DevFestYYC",
"disabledSchedule": false,
"showSessionShortAbstract": true,
"navigation": [
{
"route": "home",
"permalink": "/",
"label": "Home"
},
{
"route": "speakers",
"permalink": "/speakers/",
"label": "Speakers"
},
{
"route": "schedule",
"permalink": "/schedule/",
"label": "Schedule"
},
{
"route": "team",
"permalink": "/team/",
"label": "Team"
},
{
"route": "blog",
"permalink": "/blog/",
"label": "Blog"
}
],
"heroSettings": {
"home": {
"description": "Build What’s Next. Transform Legacy. Together.",
"background": {
"color": "#673ab7",
"image": "/images/backgrounds/home.jpg"
},
"fontColor": "#FFF"
},
"blog": {
"title": "Blog",
"metaDescription": "Read stories from our team",
"background": {
"color": "#FFF"
},
"fontColor": "#424242"
},
"speakers": {
"title": "Speakers",
"metaDescription": "Learn from Googlers, world-class cloud experts and top local speakers. Meet and network with developers, cloud architects, data scientists who build and transform with Google Cloud and Cloud Native technology and techniques.",
"description": "Learn from Googlers, world-class cloud experts and top local speakers. Meet and network with developers, cloud architects, data scientists who build and transform with Google Cloud and Cloud Native technology and techniques.",
"background": {
"color": "#FFF"
},
"fontColor": "#424242"
},
"previousSpeakers": {
"title": "Previous Speakers",
"metaDescription": "Check our our rockstar 2018 lineup.",
"background": {
"color": "#FFF"
},
"fontColor": "#424242"
},
"schedule": {
"title": "Schedule",
"metaDescription": "Choose your sessions.",
"background": {
"color": "#fff"
},
"fontColor": "#424242"
},
"team": {
"title": "Team",
"metaDescription": "Learn about the DevFestYYC Team!",
"background": {
"color": "#fff"
},
"fontColor": "#424242"
},
"faq": {
"title": "FAQs",
"metaDescription": "Find you answer right here!",
"background": {
"color": "#fff"
},
"fontColor": "#424242"
},
"cod": {
"title": "DevFestYYC Code of Conduct and Anti-Harassment policy",
"metaDescription": "Learn more about our expectations for all those who participate in our community.",
"background": {
"color": "#fff"
},
"fontColor": "#424242"
}
},
"location": {
"label": "Location",
"name": "The Library of the Future: Calgary Central Library",
"city": "Calgary, AB",
"short": "Calgary, Alberta",
"address": "800 3 St SE",
"pointer": {
"latitude": 51.044948,
"longitude": -114.0551,
"zoom":17
},
"mapCenter": {
"latitude": 51.044948,
"longitude": -114.0551
},
"description": "The backdrop to DevFestYYC is the ultra-modern Calgary Public Library."
},
"mediaQueries": {
"xs": {
"max": "639px"
},
"sm": {
"min": "640px",
"max": "811px"
},
"md": {
"min": "812px",
"max": "1023px"
},
"lg": {
"min": "1024px"
}
},
"socialNetwork": {
"follow": [
{
"name": "meetup",
"url": "http://gdgyyc.link/meetup"
},
{
"name": "facebook",
"url": ""
},
{
"name": "twitter",
"url": "https://twitter.com/gdgcloudyyc/"
},
{
"name": "youtube",
"url": "https://www.youtube.com/channel/UCALXb4vyoj--zR_0q7oJUWg"
}
],
"share": [
{
"name": "facebook",
"url": "https://www.facebook.com/sharer.php?u="
},
{
"name": "twitter",
"url": "https://twitter.com/intent/tweet?text=Join+me+at+DevFestYYC+and+learn+from+top+Google+Cloud+Developers!"
}
]
},
"mailto": "speakers@gdgyyc.com",
"mailchimp": {
"url": "https://gdg.us11.list-manage.com/subscribe/post?u=b7e853a79164ddfdbda3ed77b&id=7993e39fbe",
"name": "b_b7e853a79164ddfdbda3ed77b_7993e39fbe"
},
"signInProviders": {
"providersData": [
{
"name": "google",
"label": "Sign in with Google",
"url": "https://accounts.google.com"
}
],
"allowedProvidersUrl": [
"https://accounts.google.com"
]
},
"contentLoaders": {
"schedule": {
"itemsCount": 2
},
"blog": {
"itemsCount": 3
},
"speakers": {
"itemsCount": 4
},
"previousSpeakers": {
"itemsCount": 6
},
"tickets": {
"itemsCount": 5
}
}
}