Add rel-me links to head
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 54s

This commit is contained in:
thepaperpilot 2024-06-18 15:05:34 -05:00
parent 1b06d9c4b5
commit 75b36b72ed
6 changed files with 17 additions and 6 deletions

2
Garden

@ -1 +1 @@
Subproject commit 842bf5c6f540a6e7dc80d2bdab7ed4fee52262a3
Subproject commit 309df25198ea46dc8fc6fe620eedaf0461c8e07f

View file

@ -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,

View file

@ -17,6 +17,7 @@ next: false
I live in <span class="p-locality">Dallas</span>, <span class="p-region">Texas</span>, <span class="p-country-name">USA</span> with my wife and baby son. <span class="p-org h-card">I work at <span class="p-name">Topaz Labs LLC</span> as a <span class="p-job-title">Product Engineer</span>. <span class="p-role">I develop their flagship product Topaz Photo AI</span>.</span>
Reach out to me:
<!-- If updating these links, make sure to add them to the site's <head> as well -->
<ul>
<li>Email: <a class="u-email" href="mailto:thepaperpilot@incremental.social" rel="me">thepaperpilot@incremental.social</a></li>
<li>Fediverse: <a class="u-url" href="https://incremental.social/u/thepaperpilot" rel="me">thepaperpilot@incremental.social</a></li>

View file

@ -12,7 +12,7 @@ import { useData } from 'vitepress';
const pageData = useData();
</script>
<h1 class="p-name">Digital Gardens</h1>
<p>63 words, ~0 minute read. <span v-html="data[`site/${pageData.page.value.relativePath}`]" /></p>
<p>67 words, ~0 minute read. <span v-html="data[`site/${pageData.page.value.relativePath}`]" /></p>
<hr/>
> Referenced by: [Chronological](/garden/chronological/index.md), [Commune](/garden/commune/index.md), [Garden-RSS](/garden/garden-rss/index.md), [The Cozy Web](/garden/the-cozy-web/index.md), [The Small Web](/garden/the-small-web/index.md)
@ -21,7 +21,7 @@ Digital Gardens are [Freeform](/garden/freeform/index.md) collections of informa
- Alternatives to [Chronological](/garden/chronological/index.md) personal blogs
- Exist in a middleground between the dark forest and [The Cozy Web](/garden/the-cozy-web/index.md)
[This Knowledge Hub](/garden/this-knowledge-hub/index.md)
[This Knowledge Hub](/garden/this-knowledge-hub/index.md) is a digital garden
Collections of digital gardens and resources for creating them:
- **[https://github.com/MaggieAppleton/digital-gardeners](https://github.com/MaggieAppleton/digital-gardeners)**

View file

@ -12,13 +12,13 @@ import { useData } from 'vitepress';
const pageData = useData();
</script>
<h1 class="p-name">The Small Web</h1>
<p>437 words, ~2 minute read. <span v-html="data[`site/${pageData.page.value.relativePath}`]" /></p>
<p>443 words, ~2 minute read. <span v-html="data[`site/${pageData.page.value.relativePath}`]" /></p>
<hr/>
> Referenced by: [/now](/now/index), [This Knowledge Hub](/garden/this-knowledge-hub/index.md)
Small personal websites created by individuals
- [My Personal Website](/garden/my-personal-website/index.md)
- [My Personal Website](/garden/my-personal-website/index.md) is part of the small web
- A callback to how the web was before social media, which homogenized content
- These pages are diverse and typically won't have ads or marketers
- Comparable to [The Cozy Web](/garden/the-cozy-web/index.md) in that way

View file

@ -11,7 +11,7 @@ import { useData } from 'vitepress';
const pageData = useData();
</script>
<h1 class="p-name">/now</h1>
<p>212 words, ~1 minute read. <span v-html="data[`site/${pageData.page.value.relativePath}`]" /></p>
<p>181 words, ~1 minute read. <span v-html="data[`site/${pageData.page.value.relativePath}`]" /></p>
<hr/>
This "now page" offers a big picture glimpse into what Im focused on at this point in my life. [What is a now page](https://nownownow.com/about)?