-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
180 lines (180 loc) · 4.32 KB
/
settings.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
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
{
"organizer": {
"name": "GDG Mauritius",
"twitter": "gdgmauritius",
"blog": "https://www.mscc.mu/gdg-mauritius/",
"url": "https://devfest.mscc.mu/"
},
"startDate": "2019-10-05T09:00:00+04:00",
"endDate": "2019-10-05T16:30:00+04:00",
"webapp": {
"shortName": "DevFest",
"themeColor": "#673AB7",
"backgroundColor": "#673AB7"
},
"dateFormat": {
"locale": "en-US"
},
"hashtag": "DevFest20",
"disabledSchedule": false,
"showSessionShortAbstract": true,
"navigation": [
{
"route": "home",
"permalink": "/",
"label": "Home"
},
{
"route": "schedule",
"permalink": "/schedule",
"label": "Agenda"
},
{
"route": "speakers",
"permalink": "/speakers",
"label": "Speakers"
}
],
"heroSettings": {
"home": {
"description": "Be a hero. Be a GDG!",
"background": {
"color": "#DB4437",
"image": "/images/backgrounds/back.png"
},
"fontColor": "#FFF"
},
"blog": {
"title": "Blog",
"metaDescription": "Read stories from our team",
"background": {
"color": "#FFF"
},
"fontColor": "#424242"
},
"speakers": {
"title": "Speakers",
"metaDescription": "Hear from the Googlers, Partners, and Guest Speakers who are building the future of cloud. Check back often as we add more speakers, including our customers and partners.",
"description": "Hear from the Googlers, Partners, and Guest Speakers who are building the future of cloud. Check back often as we add more speakers, including our customers and partners.",
"background": {
"color": "#FFF"
},
"fontColor": "#424242"
},
"schedule": {
"title": "Schedule",
"metaDescription": "Choose your sessions to visit",
"background": {
"color": "#fff"
},
"fontColor": "#424242"
},
"team": {
"title": "Team",
"metaDescription": "Get more info about organizers",
"background": {
"color": "#fff"
},
"fontColor": "#424242"
},
"faq": {
"title": "FAQs",
"metaDescription": "Find you answer right here!",
"background": {
"color": "#fff"
},
"fontColor": "#424242"
},
"cod": {
"title": "Code Of Conduct",
"metaDescription": "Lear more about our expectations for all those who participate in our community",
"background": {
"color": "#fff"
},
"fontColor": "#424242"
}
},
"location": {
"label": "Location",
"name": "Uniciti",
"city": "Uniciti Education Hub, Pierrefonds, Mauritius",
"short": "Mauritius",
"address": " Uniciti Education Hub, Pierrefonds, Mauritius",
"pointer": {
"latitude": -20.28868,
"longitude": 57.44246,
"zoom": 11
},
"mapCenter": {
"latitude": -20.2484,
"longitude": 57.4522
},
"description": "Mauritius, an Indian Ocean island nation, is known for its beaches, lagoons and reefs. The mountainous interior includes Black River Gorges National Park, with rain forests, waterfalls, hiking trails and wildlife like the flying fox."
},
"mediaQueries": {
"xs": {
"max": "639px"
},
"sm": {
"min": "640px",
"max": "811px"
},
"md": {
"min": "812px",
"max": "1023px"
},
"lg": {
"min": "1024px"
}
},
"socialNetwork": {
"follow": [
{
"name": "meetup",
"url": "https://www.meetup.com/GDG-Mauritius"
},
{
"name": "twitter",
"url": "https://twitter.com/gdgmauritius"
}
],
"share": [
{
"name": "facebook",
"url": "https://www.facebook.com/sharer.php?u="
},
{
"name": "twitter",
"url": "https://twitter.com/intent/tweet?text="
}
]
},
"mailto": "[email protected]",
"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
}
}
}