thepaperpilot
14a570c17b
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 36m50s
19 lines
No EOL
539 B
Markdown
19 lines
No EOL
539 B
Markdown
---
|
|
public: "true"
|
|
slug: "forgejo"
|
|
title: "Forgejo"
|
|
prev: false
|
|
next: false
|
|
---
|
|
<script setup>
|
|
import { data } from '../../git.data.ts';
|
|
import { useData } from 'vitepress';
|
|
const pageData = useData();
|
|
</script>
|
|
<h1 class="p-name">Forgejo</h1>
|
|
<p>5 words, ~0 minute read. <span v-html="data[`site/${pageData.page.value.relativePath}`]" /></p>
|
|
<hr/>
|
|
|
|
> Referenced by: [Incremental Social](/garden/incremental-social/index.md)
|
|
|
|
[Forgejo](https://forgejo.org) is an [Open Source](/garden/open-source/index.md) code repository hosting software |