thepaperpilot
14a570c17b
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 36m50s
22 lines
No EOL
610 B
Markdown
22 lines
No EOL
610 B
Markdown
---
|
|
public: "true"
|
|
slug: "activitypub"
|
|
tags: [Decentralized]
|
|
title: "ActivityPub"
|
|
prev: false
|
|
next: false
|
|
---
|
|
<script setup>
|
|
import { data } from '../../git.data.ts';
|
|
import { useData } from 'vitepress';
|
|
const pageData = useData();
|
|
</script>
|
|
<h1 class="p-name">ActivityPub</h1>
|
|
<p>8 words, ~0 minute read. <span v-html="data[`site/${pageData.page.value.relativePath}`]" /></p>
|
|
<hr/>
|
|
|
|
> Referenced by: [Fediverse](/garden/fediverse/index.md)
|
|
|
|
> Tags: [Decentralized](/garden/decentralized/index.md)
|
|
|
|
[ActivityPub](https://activitypub.rocks) is a protocol for [Federated Social Media](/garden/fediverse/index.md) |