mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-07-21 20:55:56 -04:00
dynamic site.webmanifest
This commit is contained in:
+2
-2
@@ -17,8 +17,8 @@ export const buildFeed = () => {
|
||||
},
|
||||
author: {
|
||||
name: config.authorName,
|
||||
link: config.baseUrl,
|
||||
email: "jake@jarv.is",
|
||||
link: `${config.baseUrl}/`,
|
||||
email: config.authorEmail,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
+16
-5
@@ -2,23 +2,34 @@ module.exports = {
|
||||
// Site info
|
||||
siteName: "Jake Jarvis",
|
||||
siteDomain: "jarv.is",
|
||||
siteLocale: "en_us",
|
||||
baseUrl: process.env.BASE_URL || "https://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",
|
||||
facebookAppId: "3357248167622283",
|
||||
monetization: "$ilp.uphold.com/BJp6d2FrEB69",
|
||||
fathomSiteId: "WBGNQUKW",
|
||||
fathomCustomDomain: "blue-chilly.jarv.is",
|
||||
webmentionId: "jarv.is",
|
||||
|
||||
// Me info
|
||||
authorName: "Jake Jarvis",
|
||||
twitterHandle: "jakejarvis",
|
||||
facebookAppId: "3357248167622283",
|
||||
webmentionId: "jarv.is",
|
||||
monetization: "$ilp.uphold.com/BJp6d2FrEB69",
|
||||
authorEmail: "jake@jarv.is",
|
||||
authorSocial: {
|
||||
github: "jakejarvis",
|
||||
twitter: "jakejarvis",
|
||||
facebook: "jakejarvis",
|
||||
keybase: "jakejarvis",
|
||||
medium: "jakejarvis",
|
||||
linkedin: "jakejarvis",
|
||||
instagram: "jakejarvis",
|
||||
mastodon: "mastodon.social/@jakejarvis",
|
||||
},
|
||||
|
||||
// Next.js constants
|
||||
NOTES_DIR: "./notes",
|
||||
|
||||
Reference in New Issue
Block a user