-
Notifications
You must be signed in to change notification settings - Fork 13
/
site-config.js
32 lines (30 loc) · 1.18 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
/*eslint quotes: ["warn", "backtick"]*/
/** @type {import('gatsby').GatsbyConfig} */
const titles = {
'/latest-rules/': `Latest Rules`,
'/user/': `User Rules`,
'/orphaned/': `Orphaned Rules`,
'/archived/': `Archived Rules`,
'/profile/': `Profile`,
};
module.exports = {
siteTitle: `SSW.Rules`,
siteTitleShort: `SSW.Rules`,
siteDescription: `Secret Ingredients to Quality Software | SSW Rules provides best practices for developing secure, reliable, and efficient .NET, Azure, CRM, Angular, React, Dynamics, and AI applications. Learn more today!`,
homePageDescription: `Explore SSW Rules – a trusted library of best practices for software development and project management designed to foster growth and boost productivity!`,
siteUrl: `https://www.ssw.com.au/rules`,
// Relative URL to website home
siteUrlRelative: `/`,
themeColor: `#cc4141`,
backgroundColor: `#fff`,
pathPrefix: `/rules`,
social: {
twitter: `SSW_TV`,
fbAppId: `120920301257947`,
},
parentSiteUrl: `https://www.ssw.com.au`,
breadcrumbDefault: `SSW Rules`,
homepageTitle: `Secret Ingredients to Quality Software (Open Source on GitHub)`,
trailingSlash: `never`,
titles: titles,
};