mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-10-18 21:14:26 -04:00
refactor constants
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
// 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 shortDescription = "Frontend Web Developer in Boston, MA";
|
||||
export const longDescription =
|
||||
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";
|
||||
|
Reference in New Issue
Block a user