mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 15:28:28 -04:00
🐦 ➡️ 🦣
This commit is contained in:
parent
aef4df3860
commit
0c029b7252
@ -78,10 +78,6 @@ export const defaultSeo: DefaultSeoProps = {
|
|||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
title: `${config.siteName} (Atom)`,
|
title: `${config.siteName} (Atom)`,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
rel: "me",
|
|
||||||
href: `https://${config.authorSocial?.mastodon}`,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
rel: "webmention",
|
rel: "webmention",
|
||||||
href: `https://webmention.io/${config.webmentionId}/webmention`,
|
href: `https://webmention.io/${config.webmentionId}/webmention`,
|
||||||
|
576
package-lock.json
generated
576
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@ -22,7 +22,7 @@
|
|||||||
"@next/font": "13.0.5",
|
"@next/font": "13.0.5",
|
||||||
"@novnc/novnc": "github:novnc/novnc#cd94c2aed2582fd85ec5ecc444967fc7ec60a649",
|
"@novnc/novnc": "github:novnc/novnc#cd94c2aed2582fd85ec5ecc444967fc7ec60a649",
|
||||||
"@octokit/graphql": "^5.0.4",
|
"@octokit/graphql": "^5.0.4",
|
||||||
"@octokit/graphql-schema": "^12.30.1",
|
"@octokit/graphql-schema": "^12.31.0",
|
||||||
"@primer/octicons": "^17.9.0",
|
"@primer/octicons": "^17.9.0",
|
||||||
"@prisma/client": "^4.6.1",
|
"@prisma/client": "^4.6.1",
|
||||||
"@react-spring/web": "^9.5.5",
|
"@react-spring/web": "^9.5.5",
|
||||||
@ -64,7 +64,7 @@
|
|||||||
"remark-smartypants": "^2.0.0",
|
"remark-smartypants": "^2.0.0",
|
||||||
"remark-unwrap-images": "^3.0.1",
|
"remark-unwrap-images": "^3.0.1",
|
||||||
"remove-markdown": "^0.5.0",
|
"remove-markdown": "^0.5.0",
|
||||||
"simple-icons": "^7.20.0",
|
"simple-icons": "^7.21.0",
|
||||||
"sitemap": "^7.1.1",
|
"sitemap": "^7.1.1",
|
||||||
"swr": "^1.3.0"
|
"swr": "^1.3.0"
|
||||||
},
|
},
|
||||||
@ -81,15 +81,15 @@
|
|||||||
"@types/react-is": "^17.0.3",
|
"@types/react-is": "^17.0.3",
|
||||||
"@types/remove-markdown": "^0.3.1",
|
"@types/remove-markdown": "^0.3.1",
|
||||||
"@types/uglify-js": "^3.17.1",
|
"@types/uglify-js": "^3.17.1",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.44.0",
|
"@typescript-eslint/eslint-plugin": "^5.45.0",
|
||||||
"@typescript-eslint/parser": "^5.44.0",
|
"@typescript-eslint/parser": "^5.45.0",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"eslint": "~8.28.0",
|
"eslint": "~8.28.0",
|
||||||
"eslint-config-next": "13.0.5",
|
"eslint-config-next": "13.0.5",
|
||||||
"eslint-config-prettier": "~8.5.0",
|
"eslint-config-prettier": "~8.5.0",
|
||||||
"eslint-plugin-mdx": "~2.0.5",
|
"eslint-plugin-mdx": "~2.0.5",
|
||||||
"eslint-plugin-prettier": "~4.2.1",
|
"eslint-plugin-prettier": "~4.2.1",
|
||||||
"lint-staged": "^13.0.3",
|
"lint-staged": "^13.0.4",
|
||||||
"prettier": "^2.8.0",
|
"prettier": "^2.8.0",
|
||||||
"prisma": "^4.6.1",
|
"prisma": "^4.6.1",
|
||||||
"simple-git-hooks": "^2.8.1",
|
"simple-git-hooks": "^2.8.1",
|
||||||
|
@ -31,7 +31,7 @@ const Contact = () => {
|
|||||||
<p>
|
<p>
|
||||||
Fill out this quick form and I'll get back to you as soon as I can! You can also{" "}
|
Fill out this quick form and I'll get back to you as soon as I can! You can also{" "}
|
||||||
<Link href="mailto:jake@jarv.is">email me directly</Link>, send me a{" "}
|
<Link href="mailto:jake@jarv.is">email me directly</Link>, send me a{" "}
|
||||||
<Link href="https://twitter.com/messages/compose?recipient_id=229769022">direct message on Twitter</Link>, or{" "}
|
<Link href="https://fediverse.jarv.is/@jake">direct message on Mastodon</Link>, or{" "}
|
||||||
<Link href="sms:+1-617-917-3737">text me</Link>.
|
<Link href="sms:+1-617-917-3737">text me</Link>.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
@ -338,22 +338,11 @@ const Index = () => {
|
|||||||
</Sup>
|
</Sup>
|
||||||
,{" "}
|
,{" "}
|
||||||
<ColorfulLink
|
<ColorfulLink
|
||||||
href="https://twitter.com/jakejarvis"
|
href="https://fediverse.jarv.is/@jake"
|
||||||
rel="me"
|
|
||||||
title="Jake Jarvis on Twitter"
|
|
||||||
lightColor="#00acee"
|
|
||||||
darkColor="#3bc9ff"
|
|
||||||
>
|
|
||||||
Twitter
|
|
||||||
</ColorfulLink>
|
|
||||||
,{" "}
|
|
||||||
<ColorfulLink
|
|
||||||
href="https://jarv.is/@jake"
|
|
||||||
rel="me"
|
rel="me"
|
||||||
title="Jake Jarvis on Mastodon"
|
title="Jake Jarvis on Mastodon"
|
||||||
lightColor="#6d6eff"
|
lightColor="#6d6eff"
|
||||||
darkColor="#7b87ff"
|
darkColor="#7b87ff"
|
||||||
openInNewTab
|
|
||||||
>
|
>
|
||||||
Mastodon
|
Mastodon
|
||||||
</ColorfulLink>
|
</ColorfulLink>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user