thepaperpilot
411de1d59f
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m21s
17 lines
533 B
Markdown
17 lines
533 B
Markdown
---
|
|
public: "true"
|
|
slug: "the-indieweb/signature-blocks"
|
|
title: "The IndieWeb/Signature Blocks"
|
|
prev: false
|
|
next: false
|
|
---
|
|
<script setup>
|
|
import { data } from '../../../git.data.ts';
|
|
import { useData } from 'vitepress';
|
|
const pageData = useData();
|
|
</script>
|
|
<h1 class="p-name">The IndieWeb/Signature Blocks</h1>
|
|
<p>14 words, ~0 minute read. <span v-html="data[`site/${pageData.page.value.relativePath}`]" /></p>
|
|
<hr/>
|
|
|
|
A proposal I want to write for posting signed content on your [IndieWeb](/garden/the-small-web/index.md) website
|