This commit is contained in:
2025-03-31 20:44:14 -07:00
commit 894f379c8f
23 changed files with 271 additions and 0 deletions

9
content/_index.md Normal file
View 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
View 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
View 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).

View File

View 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
View File

@@ -0,0 +1,5 @@
+++
title = 'Git'
+++

View File

@@ -0,0 +1,4 @@
+++
title = 'The Internet'
+++

View File

@@ -0,0 +1,5 @@
+++
title = 'Language Models'
+++

View File

@@ -0,0 +1,5 @@
+++
title = 'Linux'
+++

View File

@@ -0,0 +1,5 @@
+++
title = 'Open Source'
+++

View File

@@ -0,0 +1,5 @@
+++
title = 'Software Development'
+++

View File

@@ -0,0 +1 @@
# Working groups.

View File

@@ -0,0 +1,5 @@
+++
title = 'Education'
+++
Curating and developing education resources.

View File

@@ -0,0 +1,10 @@
+++
title = 'Governance'
weight = 10
+++
Transparency is paramount.
Governance is an evolving project.

View File

@@ -0,0 +1,8 @@
+++
title = 'Sovereign Cloud'
+++
A.K.A "The Stack", a.k.a., "The Starter Kit"
- Kubernetes
- Rancher