// Site info export const siteName = "Jake Jarvis"; export const tagline = "Frontend Web Developer in Boston, MA"; export const description = "Hi there! I'm a frontend web developer based in Boston, Massachusetts specializing in TypeScript, React, Next.js, and other JavaScript frameworks."; 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", medium: "jakejarvis", linkedin: "jakejarvis", instagram: "jakejarvis", mastodon: "fediverse.jarv.is/@jake", bluesky: "jarv.is", };