From 1c7bbe2daf19e16a293566cd2f454a31ca307afb Mon Sep 17 00:00:00 2001 From: Gigi <109058+dergigi@users.noreply.github.com> Date: Sun, 15 May 2022 20:21:17 +0200 Subject: [PATCH] feat: add /concept (#16) * feat: remove tagline from landing * feat(concept): add text * feat(concept): add images * feat(concept): add emphasis * feat(fork): add /concept * feat(menu): add /concept --- _includes/image.html | 3 + _includes/menu.html | 1 + concept.md | 76 ++++++++ fork.md | 16 +- images/beacon.svg | 91 +++++++++ images/consistency.svg | 81 ++++++++ images/handshake.svg | 90 +++++++++ images/space.svg | 59 ++++++ images/translation.svg | 428 +++++++++++++++++++++++++++++++++++++++++ index.html | 2 - 10 files changed, 837 insertions(+), 10 deletions(-) create mode 100644 _includes/image.html create mode 100644 concept.md create mode 100755 images/beacon.svg create mode 100755 images/consistency.svg create mode 100755 images/handshake.svg create mode 100755 images/space.svg create mode 100755 images/translation.svg diff --git a/_includes/image.html b/_includes/image.html new file mode 100644 index 0000000..57de9d8 --- /dev/null +++ b/_includes/image.html @@ -0,0 +1,3 @@ +{% assign float = "left" %} +{% if include.float %}{% assign float = include.float %}{% endif %} + \ No newline at end of file diff --git a/_includes/menu.html b/_includes/menu.html index c993ed1..9f77772 100644 --- a/_includes/menu.html +++ b/_includes/menu.html @@ -3,6 +3,7 @@
Map | Fork? | + Concept | Checklist | Logo | Translations diff --git a/concept.md b/concept.md new file mode 100644 index 0000000..7bd165c --- /dev/null +++ b/concept.md @@ -0,0 +1,76 @@ +--- +layout: text +title: Concept +--- + +## Team Up +{% include image.html name="handshake.svg" float="right" %} + +Step zero is to **find another bitcoiner**. It is way easier and way more fun. Don’t +try to do everything on your own, so let me repeat this once more: find another +bitcoiner and team up. + +It should be someone you like, someone that speaks the same language. Once you +are two, you can get rolling. + +## Create a Beacon + +Step one: **create a beacon in cyberspace**. Something that is easy to find and easy +to consume. Something that other bitcoiners can rally around. Something with low +noise and high signal. + +{% include image.html name="beacon.svg" %} +A weekly or bi-weekly [podcast] is perfect in terms of scalability. It isn’t that +much work to produce, and it is something that can be easily found, easily +consumed, and scales almost indefinitely. Other formats, such as a newsletter, +probably work well too. But it’s hard to beat the in-person character of a +podcast. You are two now, so it should be easy to just shoot the shit or discuss +the news for an hour every week. Feel free to [fork the logo][logo] and the [name], in +case you want to stick with the twentyone theme. + +## Provide a Space +{% include image.html name="space.svg" float="right" %} + +With the beacon in place, **provide a space so that other bitcoiners can join in**. +A public group chat works well. Telegram, Matrix, IRC, Discord—what tool you use +is probably not too important. What is important is to have a solid group of +people in place: bitcoin plebs that are in it for the revolution, not for the +money or to shill the next shitcoin project. Your own little community. Local +and localized, but globally connected. + +Be welcoming but vigilant, and always remember that everyone is a scammer. + +## Translate Content +{% include image.html name="translation.svg" %} + +There is no shortage of great educational content. Unfortunately, most of it is +in English. The importance of localized educational material can’t be +overstated. + +**Start an effort to translate the best content** into your local +language. Remember to involve the community. You’d be surprised how many people +would love to get involved and help with translations. + +Here is a [list of articles][translations] to get you started. + +## Be Consistent +{% include image.html name="consistency.svg" float="right" %} + +Consistency is key. Your beacon should provide a steady signal for yourself and +others. It will be hard at first, but if you and your friend have been in +bitcoin for a while it should be trivial to talk about current events and/or how +bitcoin works for an hour every week. + +**Stick with it for at least 21 weeks.** All you need is some patience and +consistency, and the rest will happen on its own. + + + +[← Back to the map](/) + +--- + +[podcast]: /podcast +[logo]: /logo +[name]: /fork#the-name +[translations]: /translations \ No newline at end of file diff --git a/fork.md b/fork.md index 3f9dad1..5676f9f 100644 --- a/fork.md +++ b/fork.md @@ -35,17 +35,17 @@ translates to "twentyone" the country will be colored orange. [nen]: https://twitter.com/_njezetenje [ventuno]: https://t.me/ventunobtc -## The Concept +## [The Concept](/concept) -The idea is simple: provide localized, high-quality, bitcoin-only content and create a space +- **Team Up:** find another bitcoiner. +- **Create a Beacon**: localized, bitcoin-only, high signal.[^create] +- **Provide a Space**: a chat group or similar.[^involve] +- **Translate Content**: articles, books, etc.[^translate] +- **Be consistent**: stick with it for 21 weeks. + +In short: provide localized, high-quality, bitcoin-only content and create a space for bitcoiners in your country to connect, collaborate, and exchange ideas. -[The steps](/checklist) are also simple: - -- [Create](/podcast) a localized bitcoin-only beacon[^create] -- [Translate](/translations) the best bitcoin material to your native language[^translate] -- Involve others once they find you[^involve] - [^create]: For us, this was a [weekly podcast](https://einundzwanzig.space/podcast/) [^translate]: For us, this was the Bitcoin Standard and many other [bitcoin resources](https://bitcoin-resources.com). The guys from [Aprycot Media](https://aprycot.media/) helped a ton. [^involve]: For us, this was the [Telegram community chat](https://einundzwanzig.space/telegram/). diff --git a/images/beacon.svg b/images/beacon.svg new file mode 100755 index 0000000..6bc2476 --- /dev/null +++ b/images/beacon.svg @@ -0,0 +1,91 @@ + +image/svg+xml diff --git a/images/consistency.svg b/images/consistency.svg new file mode 100755 index 0000000..47e86dc --- /dev/null +++ b/images/consistency.svg @@ -0,0 +1,81 @@ + +image/svg+xml diff --git a/images/handshake.svg b/images/handshake.svg new file mode 100755 index 0000000..042fb6b --- /dev/null +++ b/images/handshake.svg @@ -0,0 +1,90 @@ + +image/svg+xml diff --git a/images/space.svg b/images/space.svg new file mode 100755 index 0000000..3d0f3df --- /dev/null +++ b/images/space.svg @@ -0,0 +1,59 @@ + + + + + + + + + + + + + diff --git a/images/translation.svg b/images/translation.svg new file mode 100755 index 0000000..cea1b1a --- /dev/null +++ b/images/translation.svg @@ -0,0 +1,428 @@ + +image/svg+xml diff --git a/index.html b/index.html index 3260f80..071e5d7 100644 --- a/index.html +++ b/index.html @@ -110,8 +110,6 @@ title: Twentyone.World -
{{ site.tagline }}
-