-
Notifications
You must be signed in to change notification settings - Fork 10
/
site-config.js
34 lines (33 loc) · 1.19 KB
/
site-config.js
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
/*eslint quotes: ["warn", "backtick"]*/
module.exports = {
companyName: `SSW Consulting`,
companyShortName: `SSW`,
siteTitle: `SSW.People | Australia's Leading .NET and Azure Consultants (Open Source on GitHub)`,
siteTitleShort: `SSW.People | Australia's Leading .NET and Azure Consultants`,
siteDescription:
`We work together to form an amazing collective brain - SSW is made up of a great team of staff that are passionate about technology and how it meets business needs!` +
`We're enthusiastic and have a "Make it happen" culture.`,
siteUrl: `https://www.ssw.com.au`,
siteUrlCn: `https://peoplecn.ssw.com.au`,
themeColor: `#cc4141`,
backgroundColor: `#fff`,
pathPrefix: `/people`,
alumniPrefix: `/alumni`,
social: {
twitter: `SSW_TV`,
fbAppId: `120920301257947`,
fbPage: `https://www.facebook.com/SSW.page`,
},
parentSiteUrl: `https://www.ssw.com.au`,
locationsListForOrdering: [`Sydney`, `Melbourne`, `Brisbane`, `Newcastle`],
roleListOrdering: [
`Managers`,
`Developers`,
`Designers`,
`Marketing & Video`,
`Automation & Electrical`,
`Admins`,
`Others`,
],
profilesRepo: `https://github.com/SSWConsulting/SSW.People.Profiles`,
};