This commit is contained in:
2025-07-08 05:07:24 -07:00
parent 81451bf973
commit 78f38034ce
37 changed files with 485 additions and 310 deletions

View File

@@ -3,7 +3,7 @@
# https://blowfish.page/docs/getting-started/
theme = "blowfish"
baseURL = "https://www.civilsociety.dev/"
baseURL = "https://civilsociety.dev/"
defaultContentLanguage = "en"
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
@@ -16,7 +16,7 @@ buildFuture = false
enableEmoji = true
# googleAnalytics = "G-XXXXXXXXX"
googleAnalytics = "G-606W7SWX5E"
[pagination]
pagerSize = 100

View File

@@ -2,7 +2,7 @@ disabled = false
languageCode = "en"
languageName = "English"
weight = 1
title = "CivilSociety.dev"
title = "Civil Society Technology Foundation"
[params]
displayName = "EN"

View File

@@ -10,86 +10,31 @@
# overridden by providing a weight value. The menu will then be
# ordered by weight from lowest to highest.
[[main]]
name = "About"
pageRef = "foundation"
weight = 30
[[main]]
name = "Getting Started"
pageRef = "getting-started"
weight = 20
# About
name = "Articles"
pageRef = "articles"
weight = 40
[[main]]
name = "About"
pageRef = "about"
weight = 30
name = "Projects"
pageRef = "projects"
weight = 50
[[main]]
name = "Charter"
pageRef = "charter"
parent = "About"
weight = 10
name = "Wild Cloud"
parent = "Projects"
pageRef = "projects/wild-cloud"
weight = 10
[[main]]
name = "Mission Statement"
pageRef = "mission-statement"
parent = "About"
weight = 20
[[main]]
name = "Core Principles"
pageRef = "core-principles"
parent = "About"
weight = 30
[[main]]
name = "The Importance of Independent Technology"
pageRef = "independent-technology"
parent = "About"
weight = 40
[[main]]
name = "Why Digital Sovereignty Matters"
pageRef = "why-digital-sovereignty-matters"
parent = "About"
weight = 50
[[main]]
name = "Arguments Against Centralization"
pageRef = "arguments-against-centralization"
parent = "About"
weight = 60
[[main]]
name = "Position Statements"
pageRef = "position-statements"
parent = "About"
weight = 70
[[main]]
name = "Governance"
pageRef = "projects/governance"
parent = "About"
weight = 80
[[main]]
# Projects
[[main]]
name = "Projects"
pageRef = "projects"
weight = 40
[[main]]
name = "Sovereign Cloud"
parent = "Projects"
pageRef = "projects/sovereign-cloud"
weight = 20
[[main]]
name = "Learning"
pageRef = "learning"
weight = 90
name = "Learning"
pageRef = "learning"
weight = 60
#[[main]]
# name = "example sub-menu 2"

View File

@@ -28,8 +28,8 @@ disableTextInHeader = false
# smartTOC = true
# smartTOCHideUnfocusedChildren = true
giteaDefaultServer = "https://git.fsfe.org"
forgejoDefaultServer = "https://v8.next.forgejo.org"
# giteaDefaultServer = "https://git.fsfe.org"
# forgejoDefaultServer = "https://v8.next.forgejo.org"
[header]
layout = "basic" # valid options: basic, fixed, fixed-fill, fixed-gradient, fixed-fill-blur
@@ -37,23 +37,23 @@ forgejoDefaultServer = "https://v8.next.forgejo.org"
[footer]
showMenu = true
showCopyright = true
showThemeAttribution = true
showThemeAttribution = false
showAppearanceSwitcher = true
showScrollToTop = true
[homepage]
layout = "profile" # valid options: page, profile, hero, card, background, custom
#homepageImage = "IMAGE.jpg" # used in: hero, and card
showRecent = false
showRecentItems = 5
showRecent = ["articles"]
showRecentItems = 3
showMoreLink = false
showMoreLinkDest = "/posts/"
cardView = false
showMoreLinkDest = "/articles/"
cardView = true
cardViewScreenWidth = false
layoutBackgroundBlur = false # only used when layout equals background
[article]
showDate = false
showDate = true
showViews = false
showLikes = false
showDateOnlyInArticle = false
@@ -75,13 +75,13 @@ forgejoDefaultServer = "https://v8.next.forgejo.org"
invertPagination = false
showReadingTime = true
showTableOfContents = true
# showRelatedContent = false
# relatedContentLimit = 3
showRelatedContent = true
relatedContentLimit = 3
showTaxonomies = false
showAuthorsBadges = false
showWordCount = true
sharingLinks = [ "linkedin", "twitter", "bluesky", "mastodon", "reddit", "pinterest", "facebook", "email", "whatsapp", "telegram"]
showZenMode = false
showZenMode = true
[list]
showHero = false