All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m3s
19 lines
685 B
Markdown
19 lines
685 B
Markdown
---
|
|
public: "true"
|
|
slug: "chromatic-lattice"
|
|
title: "Chromatic Lattice"
|
|
prev: false
|
|
next: false
|
|
---
|
|
<script setup>
|
|
import { data } from '../../git.data.ts';
|
|
import { useData } from 'vitepress';
|
|
const pageData = useData();
|
|
</script>
|
|
<h1 class="p-name">Chromatic Lattice</h1>
|
|
<p>7 words, ~0 minute read. <span v-html="data[`site/${pageData.page.value.relativePath}`]" /></p>
|
|
<hr/>
|
|
|
|
<details><summary>Referenced by:</summary><a href="/garden/digital-locality/index.md">Digital Locality</a><a href="/garden/fedi-v2/index.md">Fedi v2</a><a href="/garden/incremental-social/index.md">Incremental Social</a><a href="/now/index">/now</a></details>
|
|
|
|
A multiplayer game I have in development :)
|