From 5127f9fd3e885643654acdac904c9b2bd7b24ff1 Mon Sep 17 00:00:00 2001 From: Paul Payne Date: Mon, 9 Jun 2025 17:05:52 -0700 Subject: [PATCH] Add configuration updates and new content pages for the Wild-cloud project --- config/_default/params.toml | 14 +++++++------- content/{about.md => about/index.md} | 1 + content/{contribute.md => contribute/index.md} | 2 ++ content/{get-started.md => get-started/index.md} | 4 +++- 4 files changed, 13 insertions(+), 8 deletions(-) rename content/{about.md => about/index.md} (95%) rename content/{contribute.md => contribute/index.md} (81%) rename content/{get-started.md => get-started/index.md} (69%) diff --git a/config/_default/params.toml b/config/_default/params.toml index 3e40610..50112d7 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -37,7 +37,7 @@ forgejoDefaultServer = "https://v8.next.forgejo.org" [footer] showMenu = true showCopyright = true - showThemeAttribution = true + showThemeAttribution = false showAppearanceSwitcher = true showScrollToTop = true @@ -59,7 +59,7 @@ forgejoDefaultServer = "https://v8.next.forgejo.org" showDateOnlyInArticle = false showDateUpdated = false showAuthor = false - # showAuthorBottom = false + showAuthorBottom = false showHero = true # heroStyle = "basic" # valid options: basic, big, background, thumbAndBackground layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground @@ -67,19 +67,19 @@ forgejoDefaultServer = "https://v8.next.forgejo.org" showBreadcrumbs = true showDraftLabel = true showEdit = false - # editURL = "https://github.com/username/repo/" + editURL = "https://github.com/civil-society-dev/my-wild-cloud/" editAppendPath = true seriesOpened = false showHeadingAnchors = true showPagination = true invertPagination = false - showReadingTime = true + showReadingTime = false showTableOfContents = true - # showRelatedContent = false - # relatedContentLimit = 3 + showRelatedContent = false + relatedContentLimit = 3 showTaxonomies = false showAuthorsBadges = false - showWordCount = true + showWordCount = false sharingLinks = [ "linkedin", "twitter", "bluesky", "mastodon", "reddit", "pinterest", "facebook", "email", "whatsapp", "telegram"] showZenMode = false diff --git a/content/about.md b/content/about/index.md similarity index 95% rename from content/about.md rename to content/about/index.md index 83c1422..494bfcd 100644 --- a/content/about.md +++ b/content/about/index.md @@ -1,5 +1,6 @@ +++ title = 'About the Wild-cloud Project' +date = '2025-06-09' +++ Wild-cloud is a project of the [Civil Society Technology Foundation](https://civilsociety.dev). diff --git a/content/contribute.md b/content/contribute/index.md similarity index 81% rename from content/contribute.md rename to content/contribute/index.md index 932f267..c762831 100644 --- a/content/contribute.md +++ b/content/contribute/index.md @@ -1,5 +1,7 @@ +++ title = 'Contribute' +date = '2025-06-09' +draft = false +++ Wild-cloud is a community-driven, open source project. Join us at https://github.com/civil-society-dev/wild-cloud. diff --git a/content/get-started.md b/content/get-started/index.md similarity index 69% rename from content/get-started.md rename to content/get-started/index.md index 70b6d62..0bbe328 100644 --- a/content/get-started.md +++ b/content/get-started/index.md @@ -1,5 +1,7 @@ +++ -title = 'Get Started' +title = "Get Started" +date = '2025-06-09' +draft = false +++ _The Wild-cloud project is in active development._