From 78d78aa88eed1f6e412100dbc6bbaf878d1ed83b Mon Sep 17 00:00:00 2001 From: Gabriel Date: Thu, 18 Apr 2024 21:51:48 -0400 Subject: [PATCH] small update --- content/_index.fr.md | 2 +- content/_index.md | 1 - content/how/community.md | 1 + content/how/getting-started.md | 7 ------- content/videos/what-is.md | 27 +++++++++++++++++++++++++++ 5 files changed, 29 insertions(+), 9 deletions(-) create mode 100644 content/videos/what-is.md diff --git a/content/_index.fr.md b/content/_index.fr.md index 857f20d..67e82ab 100644 --- a/content/_index.fr.md +++ b/content/_index.fr.md @@ -3,4 +3,4 @@ title: 'Canadian Cyber Freedom' weight: 3 --- -[Aide](/how/translate/) \ No newline at end of file +[Aidez](/how/translate/) \ No newline at end of file diff --git a/content/_index.md b/content/_index.md index e75f95a..7ad3f0b 100644 --- a/content/_index.md +++ b/content/_index.md @@ -17,5 +17,4 @@ weight: 3 *Currently, [this project](/about) is in early phases of construction, help is needed to improve faster*! It's a great time to [get involved](/how/getting-started) The goal is to build a world-class resource for Canadians who are eager to help make Canada the **most free country in Cyberspace**. Learn how to [get started!](/how/getting-started/) -Join the [matrix space](https://matrix.to/#/#canada:libresolutions.network) diff --git a/content/how/community.md b/content/how/community.md index 04b259c..58ead71 100644 --- a/content/how/community.md +++ b/content/how/community.md @@ -1,6 +1,7 @@ --- title: "Join the Community" description: "Get invovled in Canadian Cyber Freedom" +draft: true --- diff --git a/content/how/getting-started.md b/content/how/getting-started.md index adb6e60..0d51f96 100644 --- a/content/how/getting-started.md +++ b/content/how/getting-started.md @@ -8,8 +8,6 @@ description: "Submit your changes today!" If you're interested in making changes please see the [rules](/about/rules/) and ensure they are in alignment with what you hope to share. -### Need Help? -The best way to get in touch is to join the [Matrix Space](/how/community) ## Concepts @@ -37,11 +35,6 @@ Video: [Hugo in 100 Seconds](https://youtu.be/0RKpf3rK57I) --- -### Matrix Space - -You may also find it helpful to join the [Matrix Space](/how/community) - - ## Cloning the Repository diff --git a/content/videos/what-is.md b/content/videos/what-is.md new file mode 100644 index 0000000..220078b --- /dev/null +++ b/content/videos/what-is.md @@ -0,0 +1,27 @@ +--- +title: "What is Cyberfreedom?" +description: "Explaining Operation: Beehive in under 2 minutes" +draft: True +--- + +## What is Canadian Cyber Freedom + +Cyberfreedom.ca is a website that's build with a git repository, this means that the content of the website is open source. We are welcoming contributions, if you can spend a bit of effort learning how to use `git`. To get started, I'll explain why git is useful. + +## What is Git? + +Git is a distributed version control system. This software tracks changes in software projects. The good news is that a website is simply another software project. With few exceptions, git is usually only used for technical projects, like software, and websites about software. Freedom-fighters have the opportunity to adopt this tool to learn how to build useful resources quickly. By decentralizing the process we enable parallel work and can out-maneuver bureaucracies. + +## Why does it help? + +By using a repository, a knowledgeable techie can sync changes submitted by the community to a website with a tool called a static site generator. The largest benefit is that it allows large groups of people to maintain a website without all having to share technical skills beyond git. A single person may only need to make a single change whereas other groups can submit tons of changes. The system is flexible, and the site can be cheaply redistributed over other mediums. + +## Why it matters + +It's important to lean this skill so that activists and members of the community are able to quickly and efficiently engage on important topics. Very often, people who are passionate to contribute to important work are turned away due to the complexities of negotiating trust and managing volunteers. For some activities, such as putting together valuable information, this way of working which I call "Operation: Beehive" is an excellent way of getting a lot of work done quickly, with enough engagement. + +## Outro + +As a way to teach-by-doing Canadian Cyber Freedom aims to be a resource to help Canadians understand laws that impact their online freedom and privacy. This is your opportunity to learn how to contribute to a git repository, or even learn how to create your own. By getting involved you learn a valuable skill and can contribute to strengthening the free and open web in Canada. + +