From 88639ab7aa9040ff35aeafc2dfef139974a12987 Mon Sep 17 00:00:00 2001 From: Paul Payne Date: Fri, 9 Jan 2026 17:11:10 +0000 Subject: [PATCH] Starting mywildcloud.org changes. --- assets/css/custom.css | 4 ++-- content/about/index.md | 2 +- content/contribute/index.md | 5 ++-- content/get-started/index.md | 24 +++++++++++++++++++ content/get-started/{ => poc}/_index.md | 0 .../{ => poc}/dns-server-setup/index.md | 0 .../{ => poc}/get-a-domain-name/index.md | 0 .../get-started/{ => poc}/hardware/index.md | 0 .../{ => poc}/operator-setup/index.md | 0 .../{ => poc}/setup-wild-cloud/index.md | 0 .../{ => poc}/using-wild-cloud/index.md | 0 layouts/partials/home/custom.html | 6 +++++ layouts/shortcodes/bring-it-home.html | 17 +++++++++++++ layouts/shortcodes/definition.html | 17 +++++++++++++ layouts/shortcodes/go-deeper.html | 17 +++++++++++++ 15 files changed, 86 insertions(+), 6 deletions(-) create mode 100644 content/get-started/index.md rename content/get-started/{ => poc}/_index.md (100%) rename content/get-started/{ => poc}/dns-server-setup/index.md (100%) rename content/get-started/{ => poc}/get-a-domain-name/index.md (100%) rename content/get-started/{ => poc}/hardware/index.md (100%) rename content/get-started/{ => poc}/operator-setup/index.md (100%) rename content/get-started/{ => poc}/setup-wild-cloud/index.md (100%) rename content/get-started/{ => poc}/using-wild-cloud/index.md (100%) create mode 100644 layouts/partials/home/custom.html create mode 100644 layouts/shortcodes/bring-it-home.html create mode 100644 layouts/shortcodes/definition.html create mode 100644 layouts/shortcodes/go-deeper.html diff --git a/assets/css/custom.css b/assets/css/custom.css index ecb32db..e517987 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -1,8 +1,8 @@ -@font-face { +/* @font-face { font-family: font; src: url('/fonts/font.ttf'); } html { font-family: font; -} +} */ diff --git a/content/about/index.md b/content/about/index.md index 996a342..6749aaf 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -5,6 +5,6 @@ date = '2025-06-09' Wild Cloud is a project of the [Civil Society Technology Foundation](https://civilsociety.dev). -The **Civil Society Technology Foundation (CSTF)** is a community-driven organization dedicated to empowering individuals and civil society organizations to reclaim digital sovereignty through open-source tools and self-hosted infrastructure. +The **Civil Society Technology Foundation (CSTF)** is dedicated to empowering communities with technology such as open-source tools and self-hosted infrastructure. Wild Cloud is community-driven and open-source, with contributions from individuals and organizations around the world. Learn about getting involved at [Contribute](/contribute). \ No newline at end of file diff --git a/content/contribute/index.md b/content/contribute/index.md index adfc562..7c85049 100644 --- a/content/contribute/index.md +++ b/content/contribute/index.md @@ -12,7 +12,7 @@ The [Civil Society Technology Foundation (CSTF)](https://civilsociety.dev) provi ## Hack -If you're ready to jump into development, join our project at https://git.civilsociety.dev/CSTF/wild-cloud. In addition to source code, you'll find a list of our current [issues](https://git.civilsociety.dev/CSTF/wild-cloud/issues). We accept community pull requests related to any of these issues. +If you're ready to jump into development, join our project at https://git.civilsociety.dev/wild-cloud. We accept community pull requests related to any of these issues. ## Propose @@ -20,5 +20,4 @@ You can propose new issues in the forum. ## Broader engagement -As a project of the [Civil Society Technology Foundation](https://civilsociety.dev), Wild Cloud is part of a larger movement towards digital self-determination and self-hosted infrastructure. If you'd like to contribute to this broader ecosystem, we encourage you to explore the [CSTF](https://civilsociety.dev), related projects and initiatives. - +As a project of the [Civil Society Technology Foundation](https://civilsociety.dev), Wild Cloud is part of a larger movement towards empowering communities with technology. If you'd like to contribute to this broader ecosystem, we encourage you to explore the [CSTF](https://civilsociety.dev), related projects and initiatives. diff --git a/content/get-started/index.md b/content/get-started/index.md new file mode 100644 index 0000000..1c97f55 --- /dev/null +++ b/content/get-started/index.md @@ -0,0 +1,24 @@ +--- +title: 🌩️ Get started +date: 2026-01-04 +--- + +## Set up Wild Central + +- Set up your Wild Central + - Machine + - Wild Central softare install + +## Set up your cloud + +- Create your Wild Cloud instance + - Domain setup + - Get your domain name + - Wild Central DNS + - Set up your control nodes + - Set up your worker nodes + - Install services + +## Install your apps! + +- Add apps diff --git a/content/get-started/_index.md b/content/get-started/poc/_index.md similarity index 100% rename from content/get-started/_index.md rename to content/get-started/poc/_index.md diff --git a/content/get-started/dns-server-setup/index.md b/content/get-started/poc/dns-server-setup/index.md similarity index 100% rename from content/get-started/dns-server-setup/index.md rename to content/get-started/poc/dns-server-setup/index.md diff --git a/content/get-started/get-a-domain-name/index.md b/content/get-started/poc/get-a-domain-name/index.md similarity index 100% rename from content/get-started/get-a-domain-name/index.md rename to content/get-started/poc/get-a-domain-name/index.md diff --git a/content/get-started/hardware/index.md b/content/get-started/poc/hardware/index.md similarity index 100% rename from content/get-started/hardware/index.md rename to content/get-started/poc/hardware/index.md diff --git a/content/get-started/operator-setup/index.md b/content/get-started/poc/operator-setup/index.md similarity index 100% rename from content/get-started/operator-setup/index.md rename to content/get-started/poc/operator-setup/index.md diff --git a/content/get-started/setup-wild-cloud/index.md b/content/get-started/poc/setup-wild-cloud/index.md similarity index 100% rename from content/get-started/setup-wild-cloud/index.md rename to content/get-started/poc/setup-wild-cloud/index.md diff --git a/content/get-started/using-wild-cloud/index.md b/content/get-started/poc/using-wild-cloud/index.md similarity index 100% rename from content/get-started/using-wild-cloud/index.md rename to content/get-started/poc/using-wild-cloud/index.md diff --git a/layouts/partials/home/custom.html b/layouts/partials/home/custom.html new file mode 100644 index 0000000..ff5c378 --- /dev/null +++ b/layouts/partials/home/custom.html @@ -0,0 +1,6 @@ +
+
{{ .Content }}
+
+
+ {{ partial "recent-articles/main.html" . }} +
diff --git a/layouts/shortcodes/bring-it-home.html b/layouts/shortcodes/bring-it-home.html new file mode 100644 index 0000000..823ef30 --- /dev/null +++ b/layouts/shortcodes/bring-it-home.html @@ -0,0 +1,17 @@ +{{ $.Scratch.Set "icon" (default "sun" (.Get 0) ) }} + +
+ + {{ partial "icon.html" ($.Scratch.Get "icon") }} + + + + {{- .Inner | markdownify -}} + +
diff --git a/layouts/shortcodes/definition.html b/layouts/shortcodes/definition.html new file mode 100644 index 0000000..325722b --- /dev/null +++ b/layouts/shortcodes/definition.html @@ -0,0 +1,17 @@ +{{ $.Scratch.Set "icon" (default "circle-info" (.Get 0) ) }} + +
+ + {{ partial "icon.html" ($.Scratch.Get "icon") }} + + + + {{- .Inner | markdownify -}} + +
diff --git a/layouts/shortcodes/go-deeper.html b/layouts/shortcodes/go-deeper.html new file mode 100644 index 0000000..d1bb58b --- /dev/null +++ b/layouts/shortcodes/go-deeper.html @@ -0,0 +1,17 @@ +{{ $.Scratch.Set "icon" (default "graduation-cap" (.Get 0) ) }} + +
+ + {{ partial "icon.html" ($.Scratch.Get "icon") }} + + + + {{- .Inner | markdownify -}} + +