-
Notifications
You must be signed in to change notification settings - Fork 0
/
site-config.js
31 lines (27 loc) Β· 938 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
24
25
26
27
28
29
30
31
const path = require("path");
module.exports = {
siteMetaData: {
// Site descriptions
siteUrl: "https://rubennijhuis.com",
siteTitle: "Ruben Nijhuis | Design && Development",
siteTitleShort: "Ruben Nijhuis",
siteDescription:
"Ruben Nijhuis is a Designer and Developer who creates Unique Digital Experiences using Creative Coding and Interactive Design",
// Site colors
themeColor: "#e1e1e1",
backgroundColor: "#1e1e1e",
// Favicon
logo: path.resolve(__dirname, "src/images/icons/favicon.png"),
// Social links
social: {
twitter: "nijhuis_ruben",
instagram: "ruben__nijhuis",
fbAppId: "aa",
dribble: "SoWhatsUp",
github: "rubennijhuis",
codepen: "rubennijhuis"
}
},
excludePaths: [""],
googleAnalyticsTrackingId: "G-HTN5PMZXX2"
};