From 75b36b72ed7e7f2cc2fcd8d19f3b06b6448e3009 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Tue, 18 Jun 2024 15:05:34 -0500 Subject: [PATCH] Add rel-me links to head --- Garden | 2 +- site/.vitepress/config.ts | 10 ++++++++++ site/about/index.md | 1 + site/garden/digital-gardens/index.md | 4 ++-- site/garden/the-small-web/index.md | 4 ++-- site/now/index.md | 2 +- 6 files changed, 17 insertions(+), 6 deletions(-) diff --git a/Garden b/Garden index 842bf5c6..309df251 160000 --- a/Garden +++ b/Garden @@ -1 +1 @@ -Subproject commit 842bf5c6f540a6e7dc80d2bdab7ed4fee52262a3 +Subproject commit 309df25198ea46dc8fc6fe620eedaf0461c8e07f diff --git a/site/.vitepress/config.ts b/site/.vitepress/config.ts index 10aaee66..de04ac0b 100644 --- a/site/.vitepress/config.ts +++ b/site/.vitepress/config.ts @@ -37,6 +37,16 @@ export default { ['link', { rel: 'alternate', type: "application/rss+xml", title: 'Changelog', href: '/changelog/rss' }], ['link', { rel: 'alternate', type: "application/atom+xml", title: 'Changelog', href: '/changelog/atom' }], ['link', { rel: 'alternate', type: "application/json+xml", title: 'Changelog', href: '/changelog/json' }], + ['link', { rel: 'me', href: 'mailto:thepaperpilot@incremental.social' }], + ['link', { rel: 'me', href: 'https://incremental.social/u/thepaperpilot' }], + ['link', { rel: 'me', href: 'https://matrix.to/#/@thepaperpilot:incremental.social' }], + ['link', { rel: 'me', href: 'https://code.incremental.social/thepaperpilot' }], + ['link', { rel: 'me', href: 'https://www.linkedin.com/in/anthony-lawn/' }], + ['link', { rel: 'me', href: 'https://mastodon.gamedev.place/@thepaperpilot' }], + ['link', { rel: 'me', href: 'https://beehaw.org/u/thepaperpilot' }], + ['link', { rel: 'me', href: 'https://www.reddit.com/user/ThePaperPilot/' }], + ['link', { rel: 'me', href: 'https://github.com/thepaperpilot' }], + ['link', { rel: 'me', href: 'https://twitter.com/ThePaperPilot' }], ['meta', { name: 'og:description', content: 'The Paper Pilot\'s Digital Garden' }] ], lastUpdated: false, diff --git a/site/about/index.md b/site/about/index.md index f9d9c2f8..7375ad13 100644 --- a/site/about/index.md +++ b/site/about/index.md @@ -17,6 +17,7 @@ next: false I live in Dallas, Texas, USA with my wife and baby son. I work at Topaz Labs LLC as a Product Engineer. I develop their flagship product Topaz Photo AI. Reach out to me: +