Update network.md

This commit is contained in:
Gigi
2023-04-28 12:55:47 +02:00
parent 5b66ab35d6
commit a85ed23243

View File

@@ -3,18 +3,6 @@ layout: text
title: Network title: Network
--- ---
[twentyone.world](/) is a network of open communities that provide localized,
high-quality, [bitcoin-only](/focus) content. Each community provides an [open
space](/space) for bitcoiners in their respective countries to connect,
collaborate, and exchange ideas. Each community has a [beacon](/beacon) in
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
List of existing "twentyone" forks: List of existing "twentyone" forks:
{% assign communities = "" | split: ',' %} {% assign communities = "" | split: ',' %}
@@ -28,11 +16,9 @@ List of existing "twentyone" forks:
{% assign names = communities | map: "name" %} {% assign names = communities | map: "name" %}
{% assign forks = names | uniq %} {% assign forks = names | uniq %}
<ul>
{% for name in forks %} {% for name in forks %}
{% assign fork = communities | where: "name", name | first %} {% assign fork = communities | where: "name", name | first %}
- [{{ fork.name }}]({{ fork.link_to_public_community_group }}) <li><a href="{{ fork.link_to_public_community_group }}" target="_blank">{{ fork.name }}</a></li>
{% endfor %} {% endfor %}
</ul>
[← Back to the map](/)
---