Network: WIP

This commit is contained in:
Gigi
2023-05-14 22:02:21 +02:00
parent 8f2e0fca1d
commit 67d209b84b
2 changed files with 5 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ cyberspace that speaks the [language](/language) of their respective community.
The purpose of [twentyone.world](/) is to open-source the concept, provide an
actionable [blueprint](/blueprint) to help bitcoiners launch their own
communities, and connect said communities to learn from each other.
communities, and [connect](/network) said communities to learn from each other.
<center>
<a href="/blueprint">

View File

@@ -3,6 +3,9 @@ layout: text
title: Network
---
The "network" part is very much a work-in-progress. If you've started a fork
and/or would like to help, please [contact me](https://dergigi.com/contact).
List of existing "twentyone" forks:
{% assign communities = "" | split: ',' %}
@@ -21,4 +24,4 @@ List of existing "twentyone" forks:
{% assign fork = communities | where: "name", name | first %}
<li><a href="{{ fork.link_to_public_community_group }}" target="_blank">{{ fork.name }}</a></li>
{% endfor %}
</ul>
</ul>