format all config files

This commit is contained in:
murmeldin 2025-04-16 19:05:03 +02:00
parent 4ebe79d6ac
commit 27e009ab0b
5 changed files with 189 additions and 198 deletions

View file

@ -1,92 +1,89 @@
theme = 'blowfish' theme = "blowfish"
baseURL = 'https://oururl.de/' baseURL = "https://oururl.de/"
defaultContentLanguage = 'de' defaultContentLanguage = "de"
relativeURLs = true relativeURLs = true
canonifyURLs = true canonifyURLs = true
pluralizeListTitles = false pluralizeListTitles = false
enableRobotsTXT = true enableRobotsTXT = true
summaryLength = 0 summaryLength = 0
buildDrafts = false buildDrafts = false
buildFuture = false buildFuture = false
enableEmoji = true enableEmoji = true
[pagination] [pagination]
pagerSize = 100 pagerSize = 100
[imaging] [imaging]
anchor = 'Center' anchor = "Center"
[taxonomies] [taxonomies]
tag = 'tags' tag = "tags"
category = 'categories' category = "categories"
author = 'authors' author = "authors"
series = 'series' series = "series"
[sitemap] [sitemap]
changefreq = 'daily' changefreq = "daily"
filename = 'sitemap.xml' filename = "sitemap.xml"
priority = 0.5 priority = 0.5
[permalinks] [permalinks]
post = '/post/:year/:month/:day/:title/' post = "/post/:year/:month/:day/:title/"
[outputs] [outputs]
home = ['html', 'rss', 'json'] home = ["html", "rss", "json"]
section = ['html', 'Calendar', 'rss', 'xml'] section = ["html", "Calendar", "rss", "xml"]
page = ['html', 'Calendar'] page = ["html", "Calendar"]
# Output Formats Configuration # Output Formats Configuration
[outputFormats.Calendar] [outputFormats.Calendar]
mediaType = 'text/calendar' mediaType = "text/calendar"
baseName = 'index' baseName = "index"
isPlainText = true isPlainText = true
notAlternative = true notAlternative = true
[outputFormats.XML] [outputFormats.XML]
mediaType = 'application/xml' mediaType = "application/xml"
baseName = 'index' baseName = "index"
isPlainText = true isPlainText = true
[outputFormats.RSS] [outputFormats.RSS]
mediaType = 'application/rss+xml' mediaType = "application/rss+xml"
# Media Types Configuration # Media Types Configuration
[mediaTypes] [mediaTypes]
[mediaTypes.'text/calendar'] [mediaTypes.'text/calendar']
suffixes = ['ics'] suffixes = ["ics"]
[mediaTypes.'application/rss+xml']
suffixes = ['xml', 'rss'] [mediaTypes.'application/rss+xml']
suffixes = ["xml", "rss"]
[related] [related]
threshold = 0 threshold = 0
toLower = false toLower = false
[[related.indices]] [[related.indices]]
name = 'tags' name = "tags"
weight = 100 weight = 100
[[related.indices]] [[related.indices]]
name = 'categories' name = "categories"
weight = 100 weight = 100
[[related.indices]] [[related.indices]]
name = 'series' name = "series"
weight = 50 weight = 50
[[related.indices]] [[related.indices]]
name = 'authors' name = "authors"
weight = 20 weight = 20
[[related.indices]] [[related.indices]]
name = 'date' name = "date"
weight = 10 weight = 10
[[related.indices]] [[related.indices]]
applyFilter = false applyFilter = false
name = 'fragmentrefs' name = "fragmentrefs"
type = 'fragments' type = "fragments"
weight = 10 weight = 10

View file

@ -5,28 +5,28 @@ weight = 1
title = "Chaos Computer Club Berlin" title = "Chaos Computer Club Berlin"
[params] [params]
displayName = "DE" displayName = "DE"
isoCode = "de" isoCode = "de"
rtl = false rtl = false
dateFormat = "January 2, 2006" dateFormat = "January 2, 2006"
DateForm = "30.12.2006" DateForm = "30.12.2006"
logo = "img/logo.png" logo = "img/logo.png"
# secondaryLogo = "img/avatar-CCCB-Logo.png" # secondaryLogo = "img/avatar-CCCB-Logo.png"
description = "Willkommen! Wir sind ein Erfa-Kreis des Chaos Computer Club e.V. und die örtliche Niederlassung des CCC in Berlin." description = "Willkommen! Wir sind ein Erfa-Kreis des Chaos Computer Club e.V. und die örtliche Niederlassung des CCC in Berlin."
copyright = "CCC-BY" copyright = "CCC-BY"
selfHosted = true selfHosted = true
mainSections = ["post", "datengarten"] mainSections = ["post", "datengarten"]
[params.author] [params.author]
# name = "Your name here" # name = "Your name here"
email = "mail2025@berlin.ccc.de" email = "mail2025@berlin.ccc.de"
image = "img/logo.png" image = "img/logo.png"
# imageQuality = 96 # imageQuality = 96
headline = "Willkommen! Wir sind ein Erfa-Kreis des Chaos Computer Club e.V. und die örtliche Niederlassung des CCC in Berlin." headline = "Willkommen! Wir sind ein Erfa-Kreis des Chaos Computer Club e.V. und die örtliche Niederlassung des CCC in Berlin."
# bio = "A little bit about you" # bio = "A little bit about you"
links = [ links = [
{ mastodon = "https://chaos.social/@clubdiscordia" }, { mastodon = "https://chaos.social/@clubdiscordia" },
{ forgejo = "https://git.berlin.ccc.de/explore/repos" }, { forgejo = "https://git.berlin.ccc.de/explore/repos" },
{ email = "mailto:mail2025@berlin.ccc.de" }, { email = "mailto:mail2025@berlin.ccc.de" },
{ github = "https://github.com/cccb/" }, { github = "https://github.com/cccb/" },
] ]

View file

@ -3,11 +3,11 @@
[goldmark] [goldmark]
[goldmark.renderer] [goldmark.renderer]
unsafe = true unsafe = true
[highlight] [highlight]
noClasses = false noClasses = false
[tableOfContents] [tableOfContents]
startLevel = 1 startLevel = 1
endLevel = 5 endLevel = 5

View file

@ -1,7 +1,7 @@
# -- Main Menu -- # -- Main Menu --
# The main menu is displayed in the header at the top of the page. # The main menu is displayed in the header at the top of the page.
# Acceptable parameters are name, pageRef, page, url, title, weight. # Acceptable parameters are name, pageRef, page, url, title, weight.
# #
# The simplest menu configuration is to provide: # The simplest menu configuration is to provide:
# name = The name to be displayed for this menu link # name = The name to be displayed for this menu link
# pageRef = The identifier of the page or section to link to # pageRef = The identifier of the page or section to link to
@ -10,51 +10,51 @@
# overridden by providing a weight value. The menu will then be # overridden by providing a weight value. The menu will then be
# ordered by weight from lowest to highest. # ordered by weight from lowest to highest.
#[[main]] # [[main]]
# name = "Blog" # name = "Blog"
# pageRef = "posts" # pageRef = "posts"
# weight = 10 # weight = 10
[[main]] [[main]]
name = "Verein" name = "Verein"
pageRef = "verein" pageRef = "verein"
weight = 200 weight = 200
[[main]] [[main]]
name = "Veranstaltungen" name = "Veranstaltungen"
pageRef = "veranstaltungen" pageRef = "veranstaltungen"
weight = 300 weight = 300
[[main]] [[main]]
name = "Mitgliedschaft" name = "Mitgliedschaft"
pageRef = "mitgliedschaft" pageRef = "mitgliedschaft"
weight = 400 weight = 400
[[main]] [[main]]
name = "News" name = "News"
pageRef = "post" pageRef = "post"
weight = 500 weight = 500
# -- Footer Menu -- # -- Footer Menu --
# The footer menu is displayed at the bottom of the page, just before # The footer menu is displayed at the bottom of the page, just before
# the copyright notice. Configure as per the main menu above. # the copyright notice. Configure as per the main menu above.
[[footer]] [[footer]]
name = "Tags" name = "Tags"
pageRef = "tags" pageRef = "tags"
weight = 10 weight = 10
[[footer]] [[footer]]
name = "Kategorien" name = "Kategorien"
pageRef = "categories" pageRef = "categories"
weight = 20 weight = 20
[[footer]] [[footer]]
name = "Impressum" name = "Impressum"
pageRef = "impressum" pageRef = "impressum"
weight = 500 weight = 500
[[footer]] [[footer]]
name = "Datenschutz" name = "Datenschutz"
pageRef = "datenschutz" pageRef = "datenschutz"
weight = 600 weight = 600

View file

@ -5,13 +5,11 @@
# Refer to the theme docs for more details about each of these parameters. # Refer to the theme docs for more details about each of these parameters.
# https://blowfish.page/docs/configuration/#theme-parameters # https://blowfish.page/docs/configuration/#theme-parameters
colorScheme = "fira" # "congo" colorScheme = "fira" # "congo"
defaultAppearance = "dark" # valid options: light or dark defaultAppearance = "dark" # valid options: light or dark
autoSwitchAppearance = false autoSwitchAppearance = false
enableSearch = true enableSearch = true
enableCodeCopy = false enableCodeCopy = false
replyByEmail = false replyByEmail = false
# mainSections = ["section1", "section2"] # mainSections = ["section1", "section2"]
@ -21,113 +19,109 @@ replyByEmail = false
disableImageOptimization = false disableImageOptimization = false
disableTextInHeader = false disableTextInHeader = false
backgroundImageWidth = 1200 backgroundImageWidth = 1200
# defaultBackgroundImage = "/img/cccb-im-winter.jpg" # used as default for background images
# defaultBackgroundImage = "/img/cccb-im-winter.jpg" # used as default for background images defaultFeaturedImage = "/img/avatar-CCCB-Logo.png" # used as default for featured images in all articles
defaultFeaturedImage = "/img/avatar-CCCB-Logo.png" # used as default for featured images in all articles
# highlightCurrentMenuArea = true # highlightCurrentMenuArea = true
smartTOC = true smartTOC = true
smartTOCHideUnfocusedChildren = true smartTOCHideUnfocusedChildren = true
giteaDefaultServer = "https://git.fsfe.org" giteaDefaultServer = "https://git.fsfe.org"
forgejoDefaultServer = "https://git.berlin.ccc.de" forgejoDefaultServer = "https://git.berlin.ccc.de"
[header] [header]
layout = "basic" # valid options: basic, fixed, fixed-fill, fixed-gradient, fixed-fill-blur layout = "basic" # valid options: basic, fixed, fixed-fill, fixed-gradient, fixed-fill-blur
[footer] [footer]
showMenu = true showMenu = true
showCopyright = true showCopyright = true
showThemeAttribution = true showThemeAttribution = true
showAppearanceSwitcher = true showAppearanceSwitcher = true
showScrollToTop = true showScrollToTop = true
[homepage] [homepage]
layout = "background" # valid options: page, profile, hero, card, background, custom layout = "background" # valid options: page, profile, hero, card, background, custom
homepageImage = "img/cccb-im-winter.jpg" # used in: hero, and card homepageImage = "img/cccb-im-winter.jpg" # used in: hero, and card
showRecent = true showRecent = true
showRecentItems = 9 showRecentItems = 9
showMoreLink = true showMoreLink = true
showMoreLinkDest = "/post/" showMoreLinkDest = "/post/"
cardView = true cardView = true
cardViewScreenWidth = false cardViewScreenWidth = false
layoutBackgroundBlur = false # only used when layout equals background layoutBackgroundBlur = false # only used when layout equals background
[article] [article]
showDate = true showDate = true
showViews = false showViews = false
showLikes = false showLikes = false
showDateOnlyInArticle = false showDateOnlyInArticle = false
showDateUpdated = true showDateUpdated = true
showAuthor = false showAuthor = false
showAuthorBottom = true showAuthorBottom = true
showHero = true showHero = true
heroStyle = "big" # valid options: basic, big, background, thumbAndBackground heroStyle = "big" # valid options: basic, big, background, thumbAndBackground
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
showBreadcrumbs = true showBreadcrumbs = true
showDraftLabel = true showDraftLabel = true
showEdit = true showEdit = true
editURL = "https://git.berlin.ccc.de/cccb-website-team/www/src/branch/staging/content/" editURL = "https://git.berlin.ccc.de/cccb-website-team/www/src/branch/staging/content/"
editAppendPath = true editAppendPath = true
seriesOpened = false seriesOpened = false
showHeadingAnchors = true showHeadingAnchors = true
showPagination = false showPagination = false
invertPagination = false invertPagination = false
showReadingTime = true showReadingTime = true
showTableOfContents = true showTableOfContents = true
# showRelatedContent = false # showRelatedContent = false
# relatedContentLimit = 3 #  relatedContentLimit = 3
showTaxonomies = true showTaxonomies = true
showAuthorsBadges = false showAuthorsBadges = false
showWordCount = true showWordCount = true
# sharingLinks = [ "mastodon", "email" ] # sharingLinks = [ "mastodon", "email" ]
showZenMode = false showZenMode = false
[list] [list]
showHero = false showHero = false
# heroStyle = "background" # valid options: basic, big, background, thumbAndBackground # heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
showBreadcrumbs = false showBreadcrumbs = false
showSummary = false showSummary = false
showViews = false showViews = false
showLikes = false showLikes = false
showTableOfContents = false showTableOfContents = false
showCards = false showCards = false
orderByWeight = false orderByWeight = false
groupByYear = true groupByYear = true
cardView = false cardView = false
cardViewScreenWidth = false cardViewScreenWidth = false
constrainItemsWidth = false constrainItemsWidth = false
[sitemap] [sitemap]
excludedKinds = ["taxonomy", "term"] excludedKinds = ["taxonomy", "term"]
[taxonomy] [taxonomy]
showTermCount = true showTermCount = true
showHero = false showHero = false
# heroStyle = "background" # valid options: basic, big, background, thumbAndBackground # heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
showBreadcrumbs = false showBreadcrumbs = false
showViews = false showViews = false
showLikes = false showLikes = false
showTableOfContents = false showTableOfContents = false
cardView = false cardView = false
category = "categories" category = "categories"
series = "series" series = "series"
tag = "tags" tag = "tags"
[term] [term]
showHero = false showHero = false
# heroStyle = "background" # valid options: basic, big, background, thumbAndBackground # heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
showBreadcrumbs = false showBreadcrumbs = false
showViews = false showViews = false
showLikes = false showLikes = false
showTableOfContents = true showTableOfContents = true
groupByYear = false groupByYear = false
cardView = false cardView = false
cardViewScreenWidth = false cardViewScreenWidth = false
[verification] [verification]
fediverse = "@clubdiscordia@chaos.social" fediverse = "@clubdiscordia@chaos.social"