2024-06-14 03:54:30 +00:00
|
|
|
---
|
|
|
|
public: "true"
|
2024-06-18 14:30:26 +00:00
|
|
|
slug: "the-indieweb/signature-blocks"
|
|
|
|
title: "The IndieWeb/Signature Blocks"
|
2024-06-14 03:54:30 +00:00
|
|
|
prev: false
|
|
|
|
next: false
|
|
|
|
---
|
2024-06-18 07:32:30 +00:00
|
|
|
<script setup>
|
|
|
|
import { data } from '../../../git.data.ts';
|
|
|
|
import { useData } from 'vitepress';
|
|
|
|
const pageData = useData();
|
|
|
|
</script>
|
2024-06-18 14:30:26 +00:00
|
|
|
<h1 class="p-name">The IndieWeb/Signature Blocks</h1>
|
2024-06-18 07:32:30 +00:00
|
|
|
<p>14 words, ~0 minute read. <span v-html="data[`site/${pageData.page.value.relativePath}`]" /></p>
|
|
|
|
<hr/>
|
2024-06-14 03:54:30 +00:00
|
|
|
|
|
|
|
A proposal I want to write for posting signed content on your [IndieWeb](/garden/the-small-web/index.md) website
|