Files
twentyone-world.github.io/network.md
2023-06-06 15:24:54 +02:00

1.1 KiB

layout, title
layout title
text 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.

If you want to hang out with like-minded people and understand more about the concept, feel free to join the open group of twentyone.world:

Join the Group

List of existing "twentyone" forks:

{% assign communities = "" | split: ',' %}

{% for country in site.data.countries %} {% if country.offbrand %}{% continue %}{% endif %} {% if country.link_to_public_community_group == falsy %}{% continue %}{% endif %} {% assign communities = communities | push: country %} {% endfor %}

{% assign names = communities | map: "name" %} {% assign forks = names | uniq %}

    {% for name in forks %} {% assign fork = communities | where: "name", name | first %}
  • {{ fork.name }}
  • {% endfor %}