// Site info export const siteName = "Jake Jarvis"; export const siteLocale = "en-US"; export const timeZone = "America/New_York"; // https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List export const onionDomain = "jarvis2i2vp4j4tbxjogsnqdemnte5xhzyi7hziiyzxwge3hzmh57zad.onion"; export const shortDescription = "Front-End Web Developer in Boston, MA"; export const longDescription = "Hi there! I'm a frontend web developer based in Boston, Massachusetts specializing in the JAMstack, modern JavaScript frameworks, and progressive web apps."; export const license = "Creative Commons Attribution 4.0 International"; export const licenseAbbr = "CC-BY-4.0"; export const licenseUrl = "https://creativecommons.org/licenses/by/4.0/"; export const copyrightYearStart = 2001; export const githubRepo = "jakejarvis/jarv.is"; // Me info export const authorName = "Jake Jarvis"; export const authorEmail = "jake@jarv.is"; export const authorSocial = { github: "jakejarvis", twitter: "jakejarvis", facebook: "jakejarvis", keybase: "jakejarvis", medium: "jakejarvis", linkedin: "jakejarvis", instagram: "jakejarvis", mastodon: "fediverse.jarv.is/@jake", bluesky: "jarv.is", };