Welcome.
This commit is contained in:
9
content/_index.md
Normal file
9
content/_index.md
Normal file
@@ -0,0 +1,9 @@
|
||||
+++
|
||||
title = 'Welcome to Civil Society .dev'
|
||||
+++
|
||||
|
||||
|
||||
[Getting started](/learning/getting_started)
|
||||
|
||||
<!-- <a class="f6 link dim ba ph3 pv2 mb2 dib black" href="/learning/getting_started">Getting Started</a> -->
|
||||
|
26
content/about.md
Normal file
26
content/about.md
Normal file
@@ -0,0 +1,26 @@
|
||||
+++
|
||||
title = 'About'
|
||||
+++
|
||||
|
||||
## Mission
|
||||
|
||||
To create and maintain open-source digital infrastructure that empowers civil society, reducing dependence on corporate and government-controlled technology.
|
||||
|
||||
## Core Values
|
||||
|
||||
- Decentralization – No single point of control.
|
||||
- Privacy & Security – Everything built with user autonomy in mind.
|
||||
- Sustainability – Self-funded, resilient, and community-supported.
|
||||
- Transparency – Open discussions, decision-making, and finances.
|
||||
- Cooperation Over Competition – Collaborate with other projects rather than duplicate efforts.
|
||||
|
||||
## Governance
|
||||
|
||||
- See [Governance](/projects/governance)
|
||||
|
||||
## Contact
|
||||
|
||||
Paul Payne
|
||||
paul@payne.io
|
||||
+1 (206) 790-6707
|
||||
Redmond, WA 98052
|
12
content/contribute.md
Normal file
12
content/contribute.md
Normal file
@@ -0,0 +1,12 @@
|
||||
+++
|
||||
title = 'Contribute'
|
||||
+++
|
||||
|
||||
# Help us create a strong and lasting technical foundation for Civil Society.
|
||||
|
||||
- [Move to open technologies](/learning/getting_started).
|
||||
- Join a project working-group.
|
||||
- Propose a project.
|
||||
- Sponsor a working group
|
||||
- [Join a board](/projects/governance).
|
||||
|
0
content/learning/_index.md
Normal file
0
content/learning/_index.md
Normal file
15
content/learning/getting_started.md
Normal file
15
content/learning/getting_started.md
Normal file
@@ -0,0 +1,15 @@
|
||||
+++
|
||||
title = 'Getting Started'
|
||||
+++
|
||||
|
||||
```bash
|
||||
# See https://k3s.io/
|
||||
curl -sfL https://get.k3s.io | sh -s - --write-kubeconfig-mode=644
|
||||
export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
|
||||
```
|
||||
|
||||
## Future
|
||||
|
||||
Consider defaults:
|
||||
|
||||
- [Longhorn](https://docs.k3s.io/storage).
|
5
content/learning/git.md
Normal file
5
content/learning/git.md
Normal file
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
title = 'Git'
|
||||
+++
|
||||
|
||||
|
4
content/learning/internet.md
Normal file
4
content/learning/internet.md
Normal file
@@ -0,0 +1,4 @@
|
||||
+++
|
||||
title = 'The Internet'
|
||||
+++
|
||||
|
5
content/learning/language_models.md
Normal file
5
content/learning/language_models.md
Normal file
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
title = 'Language Models'
|
||||
+++
|
||||
|
||||
|
5
content/learning/linux.md
Normal file
5
content/learning/linux.md
Normal file
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
title = 'Linux'
|
||||
+++
|
||||
|
||||
|
5
content/learning/open_source.md
Normal file
5
content/learning/open_source.md
Normal file
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
title = 'Open Source'
|
||||
+++
|
||||
|
||||
|
5
content/learning/software_development.md
Normal file
5
content/learning/software_development.md
Normal file
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
title = 'Software Development'
|
||||
+++
|
||||
|
||||
|
1
content/projects/_index.md
Normal file
1
content/projects/_index.md
Normal file
@@ -0,0 +1 @@
|
||||
# Working groups.
|
5
content/projects/education.md
Normal file
5
content/projects/education.md
Normal file
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
title = 'Education'
|
||||
+++
|
||||
|
||||
Curating and developing education resources.
|
10
content/projects/governance.md
Normal file
10
content/projects/governance.md
Normal file
@@ -0,0 +1,10 @@
|
||||
+++
|
||||
title = 'Governance'
|
||||
weight = 10
|
||||
+++
|
||||
|
||||
Transparency is paramount.
|
||||
|
||||
Governance is an evolving project.
|
||||
|
||||
|
8
content/projects/sovereign_cloud.md
Normal file
8
content/projects/sovereign_cloud.md
Normal file
@@ -0,0 +1,8 @@
|
||||
+++
|
||||
title = 'Sovereign Cloud'
|
||||
+++
|
||||
|
||||
A.K.A "The Stack", a.k.a., "The Starter Kit"
|
||||
|
||||
- Kubernetes
|
||||
- Rancher
|
Reference in New Issue
Block a user