1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 20:08:29 -04:00
jarv.is/lib/config.js

28 lines
936 B
JavaScript

module.exports = {
// Site info
siteName: "Jake Jarvis",
siteDomain: "jarv.is",
onionDomain: "jarvis2i2vp4j4tbxjogsnqdemnte5xhzyi7hziiyzxwge3hzmh57zad.onion",
baseUrl: process.env.BASE_URL,
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",
fathomSiteId: "WBGNQUKW",
fathomCustomDomain: "blue-chilly.jarv.is",
// Me info
authorName: "Jake Jarvis",
twitterHandle: "jakejarvis",
facebookAppId: "3357248167622283",
webmentionId: "jarv.is",
monetization: "$ilp.uphold.com/BJp6d2FrEB69",
// Next.js constants
NOTES_DIR: "./notes",
// ...note / TODO: there is still a metric poop ton of this kind of info hard-coded.
};