mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-07-21 20:55:56 -04:00
set <meta name="theme-color" ...> dynamically
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ export const buildFeed = (notes: any[]) => {
|
||||
link: `${config.baseURL}/`,
|
||||
title: config.siteName,
|
||||
description: config.longDescription,
|
||||
copyright: "CC-BY-4.0",
|
||||
copyright: "https://creativecommons.org/licenses/by/4.0/",
|
||||
updated: new Date(),
|
||||
image: `${config.baseURL}/static/images/me.jpg`,
|
||||
feedLinks: {
|
||||
|
||||
+3
-1
@@ -1,9 +1,11 @@
|
||||
// Site info
|
||||
export const siteName = "Jake Jarvis";
|
||||
export const siteDomain = "jarv.is";
|
||||
export const shortDescription = "Front-End Web Developer in Boston, MA 👨💻";
|
||||
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 themeColorLight = "#fcfcfc";
|
||||
export const themeColorDark = "#252525";
|
||||
export const githubRepo = "jakejarvis/jarv.is";
|
||||
export const fathomSiteId = "WBGNQUKW";
|
||||
export const fathomCustomDomain = "blue-chilly.jarv.is";
|
||||
|
||||
Reference in New Issue
Block a user