forked from louisvilletech/louisvilletech.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.json
63 lines (63 loc) · 3.64 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
{
"sourceDirectory": "src",
"destinationDirectory": "dest",
"dataDirectory": "data",
"partialsDirectory": "partials",
"helpersDirectory": "helpers",
"data": {
"title": "Louisville Technology Event Calendar",
"layout": "layout/layout.html.hbs",
"og-description": "A community and calendar of technology user groups and meetups in Louisville, Kentucky.",
"og-image": "https://louisvilletech.org/images/louisville-tech-social-image2x.jpg",
"og-url": "https://louisvilletech.org/"
},
"pages": {
"src/code-of-conduct.html.hbs": {
"title": "LouisvilleTech.org Code of Conduct",
"og-description": "The LouisvilleTech.org team are committed to providing a friendly, safe and welcoming environment for all, regardless of age, disability, gender, nationality, race, religion, sexuality, or similar personal characteristic.",
"og-url": "https://louisvilletech.org/code-of-conduct.html"
},
"src/community-survey/index.html.hbs": {
"title": "Louisville Tech Community Salary and Benefits Survey",
"og-description": "This survey is to determine how compensation for those in IT and related jobs here in Louisville compares to other areas of the country, and to determine if there are any areas of systematic income disparity.",
"og-image": "https://louisvilletech.org/community-survey/2017-report/images/png/Front%20and%20Back%20Cover%20Mockup.png",
"og-url": "https://louisvilletech.org/community-survey/"
},
"src/community-survey/2017-report/index.html.hbs": {
"title": "2017 Louisville Tech Community Salary and Benefits Survey Report",
"og-description": "The report showing the results of the 2017 Louisville Tech Community Salary and Benefits Survey.",
"og-image": "https://louisvilletech.org/community-survey/2017-report/images/png/Front%20and%20Back%20Cover%20Mockup.png",
"og-url": "https://louisvilletech.org/community-survey/2017-report/"
},
"src/conferences.html.hbs": {
"title": "Louisville Technology Conferences",
"og-description": "A list of technology conferences in Louisville, Kentucky.",
"og-url": "https://louisvilletech.org/conferences.html"
},
"src/coworking.html.hbs": {
"title": "Louisville Coworking Spaces",
"og-description": "A directory of coworking spaces in Louisville, Kentucky.",
"og-url": "https://louisvilletech.org/coworking.html"
},
"src/jobs.html.hbs": {
"title": "Louisville Technology Jobs",
"og-description": "Local technology posted in the #jobs-postings channel in the Louisville Tech Slack",
"og-url": "https://louisvilletech.org/jobs.html"
},
"src/groups.html.hbs": {
"title": "Louisville Technology User Groups and Meetups",
"og-description": "A directory of technology-centric user groups and meeetups in Louisville, Kentucky.",
"og-url": "https://louisvilletech.org/groups.html"
},
"src/how-to-submit-changes.html.hbs": {
"title": "How to Submit Changes to LouisvilleTech.org",
"og-description": "LouisvilleTech.org is open source software, meaning anyone can look at how it works and propose changes. If you see something missing, broken, or just want to help out, you can collaborate through our github project. ",
"og-url": "https://louisvilletech.org/how-to-submit-changes.html"
},
"src/volunteer.html.hbs": {
"title": "Open LouisvilleTech.org Community Volunteer Positions",
"og-description": "LouisvilleTech.org is built, organized, and run by volunteer community members. We need your help to make this place a vibrant and thriving community.",
"og-url": "https://louisvilletech.org/volunteer.html"
}
}
}