thepaperpilot
5ac040e4c9
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m12s
22 lines
No EOL
702 B
Markdown
22 lines
No EOL
702 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/>
|
|
|
|
<details><summary>Referenced by:</summary><a href="/garden/fediverse/index.md">Fediverse</a></details>
|
|
|
|
<details><summary>Tags:</summary><a href="/garden/decentralized/index.md">Decentralized</a></details>
|
|
|
|
[ActivityPub](https://activitypub.rocks) is a protocol for [Federated Social Media](/garden/fediverse/index.md) |