-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
39 lines (39 loc) · 1.21 KB
/
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
35
36
37
38
39
// eslint-disable-next-line no-undef
module.exports = {
siteName: "Strueker.dev",
siteAuthor: "@OmenDarkly_",
siteURL: "https://strueker.dev",
modules: {
blog: false,
projects: true,
donation: false,
},
payPalMail: "[email protected]",
siteKeywords:
"Timo Strüker, Timo, Strüker, IT, IT Administrator, Developer",
iconPath: "src/images/[email protected]",
languages: ["en", "de"],
contactEmail: "[email protected]",
contactPhone: "+4900000000",
address: "22309 Hamburg, Hamburg, Germany",
mapsLink: "https://goo.gl/maps/8MSgFK6CYpmANVJd8",
contactTwitter: "Timomrx",
contactGitHub: "Echelon101",
contactMastodon: "@[email protected]",
contactMastodonHref: "https://mastodon.1in1.net/@omen",
givenName: "Timo",
familyName: "Strüker",
birthDate: "1999-06-28",
gender: "Male",
height: "188 cm",
nationality: "Germany",
personImage: "./content/images/timo.jpg",
sameAs: [
"https://mastodon.1in1.net/@timo",
"https://github.com/Echelon101",
"https://echelon101.net",
"https://omendarkly.net",
"https://strueker.net",
"https://twitter.com/OmenDarkly_",
],
};