Better layout.

This commit is contained in:
2025-07-09 12:46:22 -07:00
parent 97256cf4a3
commit 59db4fc091
12 changed files with 63 additions and 53 deletions

View File

@@ -9,7 +9,7 @@ defaultContentLanguage = "en"
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
enableRobotsTXT = true
summaryLength = 0
summaryLength = 20
buildDrafts = false
buildFuture = false

View File

@@ -12,7 +12,7 @@
[[main]]
name = "About"
pageRef = "foundation"
pageRef = "about"
weight = 30
[[main]]

View File

@@ -61,7 +61,7 @@ disableTextInHeader = false
showAuthor = false
# showAuthorBottom = false
showHero = true
# heroStyle = "basic" # valid options: basic, big, background, thumbAndBackground
heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
showBreadcrumbs = true
@@ -77,25 +77,25 @@ disableTextInHeader = false
showTableOfContents = true
showRelatedContent = true
relatedContentLimit = 3
showTaxonomies = false
showTaxonomies = true
showAuthorsBadges = false
showWordCount = true
sharingLinks = [ "linkedin", "twitter", "bluesky", "mastodon", "reddit", "pinterest", "facebook", "email", "whatsapp", "telegram"]
sharingLinks = [ "linkedin", "twitter", "bluesky", "mastodon", "reddit", "facebook", "email", "whatsapp", "telegram"]
showZenMode = true
[list]
showHero = false
# heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
showHero = true
heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
showBreadcrumbs = false
showSummary = false
showBreadcrumbs = true
showSummary = true
showViews = false
showLikes = false
showTableOfContents = false
showCards = false
showCards = true
orderByWeight = false
groupByYear = true
groupByYear = false
cardView = false
cardViewScreenWidth = false
constrainItemsWidth = false

BIN
content/about/featured.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 636 KiB

33
content/about/index.md Normal file
View File

@@ -0,0 +1,33 @@
---
title: The Civil Society Technology Foundation
heroStyle: background
showDate: false
showWordCount: false
showReadingTime: false
showTableOfContents: false
aliases:
- /foundation/
---
{{<lead>}}
Empowering civil society through equitable access to technology, digital literacy, and responsible innovation, advancing human rights and sustainable development in the digital age.
{{</lead >}}
## Who We Are
{{< div class="flex flex-col gap-10" >}}
{{< article link="/foundation/charter/" >}}
{{< article link="/foundation/mission-statement/" >}}
{{< article link="/foundation/core-principles/" >}}
{{< article link="/foundation/position-statements/" >}}
{{< article link="/projects/governance/" >}}
{{< /div >}}
## What We Believe
{{< div class="flex flex-col gap-10" >}}
{{< article link="/articles/independent-technology/" >}}
{{< article link="/articles/why-digital-sovereignty-matters/" >}}
{{< article link="/articles/arguments-against-centralization/" >}}
{{< /div >}}

View File

@@ -1,26 +1,15 @@
---
title: About the Civil Society Technology Foundation
title: The Civil Society Technology Foundation
params:
showHero: true
heroStyle: background
cascade:
params:
heroStyle: background
showWordCount: false
showReadingTime: false
showDate: false
_build:
render: 'never'
list: 'never'
---
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.
## Who We Are
{{< div class="flex flex-col gap-10" >}}
{{< article link="/foundation/charter/" >}}
{{< article link="/foundation/mission-statement/" >}}
{{< article link="/foundation/core-principles/" >}}
{{< article link="/foundation/position-statements/" >}}
{{< article link="/projects/governance/" >}}
{{< /div >}}
## What We Believe
{{< div class="flex flex-col gap-10" >}}
{{< article link="/articles/independent-technology/" >}}
{{< article link="/articles/why-digital-sovereignty-matters/" >}}
{{< article link="/articles/arguments-against-centralization/" >}}
{{< /div >}}

View File

@@ -1,11 +1,14 @@
---
title: Charter of the Civil Society Technology Foundation
date: 2025-07-06
weight: 100
summary: The foundational document establishing the purpose, vision, mission, principles, and strategic focus of the Civil Society Technology Foundation.
showDate: true
---
## Purpose
The Civil Society Technology Foundation (CSTF) empowers individuals and communities to reclaim digital sovereignty through open-source tools, self-hosted infrastructure, and transparent governance. We exist to create a world where technology serves people — not corporations or governments.
To empower civil society through equitable access to technology, digital literacy, and responsible innovation, advancing human rights and sustainable development in the digital age.
## Vision
@@ -52,7 +55,7 @@ Through accessible tools, educational resources, and community engagement, we cu
11. **Critical Adoption over Blind Use**
Pragmatism means understanding trade-offs. Users should know what rights they give up — and why.
_Expanded explanations of these principles can be found in our [Core Principles](/foundation/core_principles) document._
_Expanded explanations of these principles can be found in our [Core Principles](/foundation/core-principles) document._
## Strategic Focus

View File

@@ -1,6 +1,7 @@
---
title: Core Principles
date: 2025-07-06
weight: 80
---
The Civil Society Technology Foundation operates according to the following core principles that guide all our work, partnerships, and initiatives.

View File

@@ -1,6 +1,7 @@
---
title: Mission Statement
date: 2025-07-06
weight: 90
---
The Civil Society Technology Foundation (CSTF) empowers individuals and communities to reclaim digital sovereignty through the development and dissemination of open-source, self-hosted technologies.

View File

@@ -1,6 +1,7 @@
---
title: Position Statements
date: 2025-07-06
weight: 60
---
The Civil Society Technology Foundation (CSTF) holds the following positions regarding technology, digital rights, and civil society. These statements represent our core beliefs and guide our work.

View File

@@ -1,5 +1,6 @@
---
title: "Learning"
cardView: true
---
Resources for building technical skills and understanding digital sovereignty.

View File

@@ -1,19 +0,0 @@
{{ define "main" }}
<article class="max-w-full flex flex-col items-center justify-center">
<header>
{{ if .Params.showBreadcrumbs | default (.Site.Params.article.showBreadcrumbs | default false) }}
{{ partial "breadcrumbs.html" . }}
{{ end }}
</header>
<section class="mt-6 prose dark:prose-invert">
{{ .Content }}
</section>
<section>
{{ partial "recent-articles/main.html" . }}
</section>
<footer class="pt-8">
</footer>
</article>
{{ end }}