forked from bdougie/codeNaija
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite-config.js
23 lines (22 loc) · 845 Bytes
/
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
const path = require("path");
module.exports = {
pathPrefix: null,
siteTitle: "CodeNaija", // Navigation and Site Title
siteTitleAlt: "CodeNaija", // Alternative Site title for SEO
siteTitleShort: "CodeNaija", // short_name for manifest
siteHeadline:
"An international hackathon to showcase Nigerian Developer talent", // Headline for schema.org JSONLD
siteUrl: "https://www.codenaija.org", // Domain of your site. No trailing slash!
siteLanguage: "en", // Language Tag on <html> element
siteDescription:
"An international hackathon to showcase Nigerian Developer talent",
author: "bdougie", // Author for schema.org JSONLD
themeColor: `#000`,
backgroundColor: `#fff`,
pathPrefix: null,
logo: path.resolve(__dirname, "src/images/icon.png"),
social: {
twitter: `blacktocats`,
fbAppId: `GitHub`
}
};