mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 09:05:22 -04:00
39 lines
1.2 KiB
JavaScript
39 lines
1.2 KiB
JavaScript
module.exports = {
|
|
// Site info
|
|
siteName: "Jake Jarvis",
|
|
siteDomain: "jarv.is",
|
|
siteLocale: "en_us",
|
|
baseUrl: process.env.BASE_URL || "https://jarv.is",
|
|
onionDomain: "jarvis2i2vp4j4tbxjogsnqdemnte5xhzyi7hziiyzxwge3hzmh57zad.onion",
|
|
shortDescription: "Front-End Web Developer in Boston, MA",
|
|
longDescription:
|
|
"Hi there! I'm a frontend web developer based in Boston, Massachusetts specializing in the JAMstack, modern JavaScript frameworks, and progressive web apps.",
|
|
themeColorLight: "#fcfcfc",
|
|
themeColorDark: "#252525",
|
|
githubRepo: "jakejarvis/jarv.is",
|
|
facebookAppId: "3357248167622283",
|
|
monetization: "$ilp.uphold.com/BJp6d2FrEB69",
|
|
fathomSiteId: "WBGNQUKW",
|
|
fathomCustomDomain: "https://blue-chilly.jarv.is",
|
|
webmentionId: "jarv.is",
|
|
|
|
// Me info
|
|
authorName: "Jake Jarvis",
|
|
authorEmail: "jake@jarv.is",
|
|
authorSocial: {
|
|
github: "jakejarvis",
|
|
twitter: "jakejarvis",
|
|
facebook: "jakejarvis",
|
|
keybase: "jakejarvis",
|
|
medium: "jakejarvis",
|
|
linkedin: "jakejarvis",
|
|
instagram: "jakejarvis",
|
|
mastodon: "mastodon.social/@jakejarvis",
|
|
},
|
|
|
|
// Next.js constants
|
|
NOTES_DIR: "./notes",
|
|
|
|
// ...note / TODO: there is still a metric poop ton of this kind of info hard-coded.
|
|
};
|