Add configuration updates and new content pages for the Wild-cloud project
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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).
|
@@ -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.
|
@@ -1,5 +1,7 @@
|
||||
+++
|
||||
title = 'Get Started'
|
||||
title = "Get Started"
|
||||
date = '2025-06-09'
|
||||
draft = false
|
||||
+++
|
||||
|
||||
_The Wild-cloud project is in active development._
|
Reference in New Issue
Block a user