2025-02-26 19:47:07 +01:00
|
|
|
|
# -- Theme Options --
|
|
|
|
|
# These options control how the theme functions and allow you to
|
|
|
|
|
# customise the display of your website.
|
|
|
|
|
#
|
|
|
|
|
# Refer to the theme docs for more details about each of these parameters.
|
|
|
|
|
# https://blowfish.page/docs/configuration/#theme-parameters
|
|
|
|
|
|
|
|
|
|
colorScheme = "fira" # "congo"
|
2025-02-28 00:08:41 +01:00
|
|
|
|
defaultAppearance = "dark" # valid options: light or dark
|
|
|
|
|
autoSwitchAppearance = false
|
2025-02-26 19:47:07 +01:00
|
|
|
|
|
|
|
|
|
enableSearch = true
|
|
|
|
|
enableCodeCopy = false
|
|
|
|
|
|
|
|
|
|
replyByEmail = false
|
|
|
|
|
|
|
|
|
|
# mainSections = ["section1", "section2"]
|
|
|
|
|
# robots = ""
|
|
|
|
|
|
|
|
|
|
[params]
|
|
|
|
|
disableImageOptimization = false
|
|
|
|
|
disableTextInHeader = false
|
|
|
|
|
backgroundImageWidth = 1200
|
|
|
|
|
|
2025-02-27 00:21:42 +01:00
|
|
|
|
# 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
|
2025-02-26 19:47:07 +01:00
|
|
|
|
|
|
|
|
|
# highlightCurrentMenuArea = true
|
2025-03-02 18:24:11 +01:00
|
|
|
|
smartTOC = true
|
|
|
|
|
smartTOCHideUnfocusedChildren = true
|
2025-02-26 19:47:07 +01:00
|
|
|
|
|
|
|
|
|
giteaDefaultServer = "https://git.fsfe.org"
|
2025-03-10 17:41:02 +01:00
|
|
|
|
forgejoDefaultServer = "https://git.berlin.ccc.de"
|
2025-02-26 19:47:07 +01:00
|
|
|
|
|
|
|
|
|
[header]
|
2025-02-28 00:08:41 +01:00
|
|
|
|
layout = "basic" # valid options: basic, fixed, fixed-fill, fixed-gradient, fixed-fill-blur
|
2025-02-26 19:47:07 +01:00
|
|
|
|
|
|
|
|
|
[footer]
|
|
|
|
|
showMenu = true
|
|
|
|
|
showCopyright = true
|
|
|
|
|
showThemeAttribution = true
|
|
|
|
|
showAppearanceSwitcher = true
|
|
|
|
|
showScrollToTop = true
|
|
|
|
|
|
|
|
|
|
[homepage]
|
|
|
|
|
layout = "background" # valid options: page, profile, hero, card, background, custom
|
|
|
|
|
homepageImage = "img/cccb-im-winter.jpg" # used in: hero, and card
|
|
|
|
|
showRecent = true
|
2025-03-11 23:10:10 +01:00
|
|
|
|
showRecentItems = 9
|
2025-02-26 19:47:07 +01:00
|
|
|
|
showMoreLink = true
|
2025-02-27 00:21:42 +01:00
|
|
|
|
showMoreLinkDest = "/post/"
|
2025-03-11 23:10:10 +01:00
|
|
|
|
cardView = true
|
2025-02-26 19:47:07 +01:00
|
|
|
|
cardViewScreenWidth = false
|
|
|
|
|
layoutBackgroundBlur = false # only used when layout equals background
|
|
|
|
|
|
|
|
|
|
[article]
|
|
|
|
|
showDate = true
|
|
|
|
|
showViews = false
|
|
|
|
|
showLikes = false
|
|
|
|
|
showDateOnlyInArticle = false
|
2025-02-27 00:21:42 +01:00
|
|
|
|
showDateUpdated = true
|
|
|
|
|
showAuthor = false
|
|
|
|
|
showAuthorBottom = true
|
2025-02-26 19:47:07 +01:00
|
|
|
|
showHero = false
|
|
|
|
|
# heroStyle = "basic" # valid options: basic, big, background, thumbAndBackground
|
|
|
|
|
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
|
|
|
|
|
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
|
2025-02-27 00:21:42 +01:00
|
|
|
|
showBreadcrumbs = true
|
2025-02-26 19:47:07 +01:00
|
|
|
|
showDraftLabel = true
|
2025-02-27 00:21:42 +01:00
|
|
|
|
showEdit = true
|
2025-03-02 18:24:11 +01:00
|
|
|
|
editURL = "https://git.berlin.ccc.de/cccb-website-team/www/src/branch/staging/content/"
|
2025-02-26 19:47:07 +01:00
|
|
|
|
editAppendPath = true
|
|
|
|
|
seriesOpened = false
|
|
|
|
|
showHeadingAnchors = true
|
2025-02-27 00:21:42 +01:00
|
|
|
|
showPagination = false
|
2025-02-26 19:47:07 +01:00
|
|
|
|
invertPagination = false
|
|
|
|
|
showReadingTime = true
|
2025-02-27 00:21:42 +01:00
|
|
|
|
showTableOfContents = true
|
2025-02-26 19:47:07 +01:00
|
|
|
|
# showRelatedContent = false
|
|
|
|
|
# relatedContentLimit = 3
|
2025-02-27 00:21:42 +01:00
|
|
|
|
showTaxonomies = true
|
2025-02-26 19:47:07 +01:00
|
|
|
|
showAuthorsBadges = false
|
|
|
|
|
showWordCount = true
|
2025-03-10 17:41:02 +01:00
|
|
|
|
# sharingLinks = [ "mastodon", "email" ]
|
2025-02-26 19:47:07 +01:00
|
|
|
|
showZenMode = false
|
|
|
|
|
|
|
|
|
|
[list]
|
|
|
|
|
showHero = false
|
|
|
|
|
# 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
|
|
|
|
|
showViews = false
|
|
|
|
|
showLikes = false
|
|
|
|
|
showTableOfContents = false
|
|
|
|
|
showCards = false
|
|
|
|
|
orderByWeight = false
|
|
|
|
|
groupByYear = true
|
|
|
|
|
cardView = false
|
|
|
|
|
cardViewScreenWidth = false
|
|
|
|
|
constrainItemsWidth = false
|
|
|
|
|
|
|
|
|
|
[sitemap]
|
|
|
|
|
excludedKinds = ["taxonomy", "term"]
|
|
|
|
|
|
|
|
|
|
[taxonomy]
|
|
|
|
|
showTermCount = true
|
|
|
|
|
showHero = false
|
|
|
|
|
# heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
|
|
|
|
|
showBreadcrumbs = false
|
|
|
|
|
showViews = false
|
|
|
|
|
showLikes = false
|
|
|
|
|
showTableOfContents = false
|
|
|
|
|
cardView = false
|
2025-02-27 00:21:42 +01:00
|
|
|
|
category = "categories"
|
|
|
|
|
series = "series"
|
|
|
|
|
tag = "tags"
|
|
|
|
|
|
2025-02-26 19:47:07 +01:00
|
|
|
|
|
|
|
|
|
[term]
|
|
|
|
|
showHero = false
|
|
|
|
|
# heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
|
|
|
|
|
showBreadcrumbs = false
|
|
|
|
|
showViews = false
|
|
|
|
|
showLikes = false
|
|
|
|
|
showTableOfContents = true
|
|
|
|
|
groupByYear = false
|
|
|
|
|
cardView = false
|
|
|
|
|
cardViewScreenWidth = false
|
|
|
|
|
|
|
|
|
|
[verification]
|
2025-03-10 17:41:02 +01:00
|
|
|
|
fediverse = "@clubdiscordia@chaos.social"
|