format all config files
This commit is contained in:
parent
4ebe79d6ac
commit
27e009ab0b
|
@ -1,92 +1,89 @@
|
|||
theme = 'blowfish'
|
||||
baseURL = 'https://oururl.de/'
|
||||
defaultContentLanguage = 'de'
|
||||
theme = "blowfish"
|
||||
baseURL = "https://oururl.de/"
|
||||
defaultContentLanguage = "de"
|
||||
relativeURLs = true
|
||||
canonifyURLs = true
|
||||
|
||||
pluralizeListTitles = false
|
||||
|
||||
enableRobotsTXT = true
|
||||
summaryLength = 0
|
||||
|
||||
buildDrafts = false
|
||||
buildFuture = false
|
||||
|
||||
enableEmoji = true
|
||||
|
||||
[pagination]
|
||||
pagerSize = 100
|
||||
pagerSize = 100
|
||||
|
||||
[imaging]
|
||||
anchor = 'Center'
|
||||
anchor = "Center"
|
||||
|
||||
[taxonomies]
|
||||
tag = 'tags'
|
||||
category = 'categories'
|
||||
author = 'authors'
|
||||
series = 'series'
|
||||
tag = "tags"
|
||||
category = "categories"
|
||||
author = "authors"
|
||||
series = "series"
|
||||
|
||||
[sitemap]
|
||||
changefreq = 'daily'
|
||||
filename = 'sitemap.xml'
|
||||
priority = 0.5
|
||||
changefreq = "daily"
|
||||
filename = "sitemap.xml"
|
||||
priority = 0.5
|
||||
|
||||
[permalinks]
|
||||
post = '/post/:year/:month/:day/:title/'
|
||||
post = "/post/:year/:month/:day/:title/"
|
||||
|
||||
[outputs]
|
||||
home = ['html', 'rss', 'json']
|
||||
section = ['html', 'Calendar', 'rss', 'xml']
|
||||
page = ['html', 'Calendar']
|
||||
home = ["html", "rss", "json"]
|
||||
section = ["html", "Calendar", "rss", "xml"]
|
||||
page = ["html", "Calendar"]
|
||||
|
||||
# Output Formats Configuration
|
||||
[outputFormats.Calendar]
|
||||
mediaType = 'text/calendar'
|
||||
baseName = 'index'
|
||||
isPlainText = true
|
||||
notAlternative = true
|
||||
mediaType = "text/calendar"
|
||||
baseName = "index"
|
||||
isPlainText = true
|
||||
notAlternative = true
|
||||
|
||||
[outputFormats.XML]
|
||||
mediaType = 'application/xml'
|
||||
baseName = 'index'
|
||||
isPlainText = true
|
||||
mediaType = "application/xml"
|
||||
baseName = "index"
|
||||
isPlainText = true
|
||||
|
||||
[outputFormats.RSS]
|
||||
mediaType = 'application/rss+xml'
|
||||
mediaType = "application/rss+xml"
|
||||
|
||||
# Media Types Configuration
|
||||
[mediaTypes]
|
||||
[mediaTypes.'text/calendar']
|
||||
suffixes = ['ics']
|
||||
[mediaTypes.'application/rss+xml']
|
||||
suffixes = ['xml', 'rss']
|
||||
[mediaTypes.'text/calendar']
|
||||
suffixes = ["ics"]
|
||||
|
||||
[mediaTypes.'application/rss+xml']
|
||||
suffixes = ["xml", "rss"]
|
||||
|
||||
[related]
|
||||
threshold = 0
|
||||
toLower = false
|
||||
threshold = 0
|
||||
toLower = false
|
||||
|
||||
[[related.indices]]
|
||||
name = 'tags'
|
||||
weight = 100
|
||||
[[related.indices]]
|
||||
name = "tags"
|
||||
weight = 100
|
||||
|
||||
[[related.indices]]
|
||||
name = 'categories'
|
||||
weight = 100
|
||||
[[related.indices]]
|
||||
name = "categories"
|
||||
weight = 100
|
||||
|
||||
[[related.indices]]
|
||||
name = 'series'
|
||||
weight = 50
|
||||
[[related.indices]]
|
||||
name = "series"
|
||||
weight = 50
|
||||
|
||||
[[related.indices]]
|
||||
name = 'authors'
|
||||
weight = 20
|
||||
[[related.indices]]
|
||||
name = "authors"
|
||||
weight = 20
|
||||
|
||||
[[related.indices]]
|
||||
name = 'date'
|
||||
weight = 10
|
||||
[[related.indices]]
|
||||
name = "date"
|
||||
weight = 10
|
||||
|
||||
[[related.indices]]
|
||||
applyFilter = false
|
||||
name = 'fragmentrefs'
|
||||
type = 'fragments'
|
||||
weight = 10
|
||||
[[related.indices]]
|
||||
applyFilter = false
|
||||
name = "fragmentrefs"
|
||||
type = "fragments"
|
||||
weight = 10
|
||||
|
|
|
@ -5,28 +5,28 @@ weight = 1
|
|||
title = "Chaos Computer Club Berlin"
|
||||
|
||||
[params]
|
||||
displayName = "DE"
|
||||
isoCode = "de"
|
||||
rtl = false
|
||||
dateFormat = "January 2, 2006"
|
||||
DateForm = "30.12.2006"
|
||||
logo = "img/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."
|
||||
copyright = "CCC-BY"
|
||||
selfHosted = true
|
||||
mainSections = ["post", "datengarten"]
|
||||
displayName = "DE"
|
||||
isoCode = "de"
|
||||
rtl = false
|
||||
dateFormat = "January 2, 2006"
|
||||
DateForm = "30.12.2006"
|
||||
logo = "img/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."
|
||||
copyright = "CCC-BY"
|
||||
selfHosted = true
|
||||
mainSections = ["post", "datengarten"]
|
||||
|
||||
[params.author]
|
||||
# name = "Your name here"
|
||||
email = "mail2025@berlin.ccc.de"
|
||||
image = "img/logo.png"
|
||||
# imageQuality = 96
|
||||
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"
|
||||
links = [
|
||||
{ mastodon = "https://chaos.social/@clubdiscordia" },
|
||||
{ forgejo = "https://git.berlin.ccc.de/explore/repos" },
|
||||
{ email = "mailto:mail2025@berlin.ccc.de" },
|
||||
{ github = "https://github.com/cccb/" },
|
||||
]
|
||||
# name = "Your name here"
|
||||
email = "mail2025@berlin.ccc.de"
|
||||
image = "img/logo.png"
|
||||
# imageQuality = 96
|
||||
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"
|
||||
links = [
|
||||
{ mastodon = "https://chaos.social/@clubdiscordia" },
|
||||
{ forgejo = "https://git.berlin.ccc.de/explore/repos" },
|
||||
{ email = "mailto:mail2025@berlin.ccc.de" },
|
||||
{ github = "https://github.com/cccb/" },
|
||||
]
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
|
||||
[goldmark]
|
||||
[goldmark.renderer]
|
||||
unsafe = true
|
||||
unsafe = true
|
||||
|
||||
[highlight]
|
||||
noClasses = false
|
||||
noClasses = false
|
||||
|
||||
[tableOfContents]
|
||||
startLevel = 1
|
||||
endLevel = 5
|
||||
startLevel = 1
|
||||
endLevel = 5
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# -- Main Menu --
|
||||
# The main menu is displayed in the header at the top of the page.
|
||||
# Acceptable parameters are name, pageRef, page, url, title, weight.
|
||||
#
|
||||
#
|
||||
# The simplest menu configuration is to provide:
|
||||
# name = The name to be displayed for this menu link
|
||||
# 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
|
||||
# ordered by weight from lowest to highest.
|
||||
|
||||
#[[main]]
|
||||
# [[main]]
|
||||
# name = "Blog"
|
||||
# pageRef = "posts"
|
||||
# weight = 10
|
||||
|
||||
[[main]]
|
||||
name = "Verein"
|
||||
pageRef = "verein"
|
||||
weight = 200
|
||||
name = "Verein"
|
||||
pageRef = "verein"
|
||||
weight = 200
|
||||
|
||||
[[main]]
|
||||
name = "Veranstaltungen"
|
||||
pageRef = "veranstaltungen"
|
||||
weight = 300
|
||||
name = "Veranstaltungen"
|
||||
pageRef = "veranstaltungen"
|
||||
weight = 300
|
||||
|
||||
[[main]]
|
||||
name = "Mitgliedschaft"
|
||||
pageRef = "mitgliedschaft"
|
||||
weight = 400
|
||||
name = "Mitgliedschaft"
|
||||
pageRef = "mitgliedschaft"
|
||||
weight = 400
|
||||
|
||||
[[main]]
|
||||
name = "News"
|
||||
pageRef = "post"
|
||||
weight = 500
|
||||
name = "News"
|
||||
pageRef = "post"
|
||||
weight = 500
|
||||
|
||||
# -- Footer Menu --
|
||||
# The footer menu is displayed at the bottom of the page, just before
|
||||
# the copyright notice. Configure as per the main menu above.
|
||||
|
||||
[[footer]]
|
||||
name = "Tags"
|
||||
pageRef = "tags"
|
||||
weight = 10
|
||||
name = "Tags"
|
||||
pageRef = "tags"
|
||||
weight = 10
|
||||
|
||||
[[footer]]
|
||||
name = "Kategorien"
|
||||
pageRef = "categories"
|
||||
weight = 20
|
||||
name = "Kategorien"
|
||||
pageRef = "categories"
|
||||
weight = 20
|
||||
|
||||
[[footer]]
|
||||
name = "Impressum"
|
||||
pageRef = "impressum"
|
||||
weight = 500
|
||||
name = "Impressum"
|
||||
pageRef = "impressum"
|
||||
weight = 500
|
||||
|
||||
[[footer]]
|
||||
name = "Datenschutz"
|
||||
pageRef = "datenschutz"
|
||||
weight = 600
|
||||
name = "Datenschutz"
|
||||
pageRef = "datenschutz"
|
||||
weight = 600
|
||||
|
|
|
@ -5,13 +5,11 @@
|
|||
# Refer to the theme docs for more details about each of these parameters.
|
||||
# https://blowfish.page/docs/configuration/#theme-parameters
|
||||
|
||||
colorScheme = "fira" # "congo"
|
||||
defaultAppearance = "dark" # valid options: light or dark
|
||||
colorScheme = "fira" # "congo"
|
||||
defaultAppearance = "dark" # valid options: light or dark
|
||||
autoSwitchAppearance = false
|
||||
|
||||
enableSearch = true
|
||||
enableCodeCopy = false
|
||||
|
||||
replyByEmail = false
|
||||
|
||||
# mainSections = ["section1", "section2"]
|
||||
|
@ -21,113 +19,109 @@ replyByEmail = false
|
|||
disableImageOptimization = false
|
||||
disableTextInHeader = false
|
||||
backgroundImageWidth = 1200
|
||||
|
||||
# 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
|
||||
|
||||
# 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
|
||||
# highlightCurrentMenuArea = true
|
||||
smartTOC = true
|
||||
smartTOCHideUnfocusedChildren = true
|
||||
|
||||
giteaDefaultServer = "https://git.fsfe.org"
|
||||
forgejoDefaultServer = "https://git.berlin.ccc.de"
|
||||
|
||||
[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]
|
||||
showMenu = true
|
||||
showCopyright = true
|
||||
showThemeAttribution = true
|
||||
showAppearanceSwitcher = true
|
||||
showScrollToTop = true
|
||||
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
|
||||
showRecentItems = 9
|
||||
showMoreLink = true
|
||||
showMoreLinkDest = "/post/"
|
||||
cardView = true
|
||||
cardViewScreenWidth = false
|
||||
layoutBackgroundBlur = false # only used when layout equals background
|
||||
layout = "background" # valid options: page, profile, hero, card, background, custom
|
||||
homepageImage = "img/cccb-im-winter.jpg" # used in: hero, and card
|
||||
showRecent = true
|
||||
showRecentItems = 9
|
||||
showMoreLink = true
|
||||
showMoreLinkDest = "/post/"
|
||||
cardView = true
|
||||
cardViewScreenWidth = false
|
||||
layoutBackgroundBlur = false # only used when layout equals background
|
||||
|
||||
[article]
|
||||
showDate = true
|
||||
showViews = false
|
||||
showLikes = false
|
||||
showDateOnlyInArticle = false
|
||||
showDateUpdated = true
|
||||
showAuthor = false
|
||||
showAuthorBottom = true
|
||||
showHero = true
|
||||
heroStyle = "big" # 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 = true
|
||||
showDraftLabel = true
|
||||
showEdit = true
|
||||
editURL = "https://git.berlin.ccc.de/cccb-website-team/www/src/branch/staging/content/"
|
||||
editAppendPath = true
|
||||
seriesOpened = false
|
||||
showHeadingAnchors = true
|
||||
showPagination = false
|
||||
invertPagination = false
|
||||
showReadingTime = true
|
||||
showTableOfContents = true
|
||||
# showRelatedContent = false
|
||||
# relatedContentLimit = 3
|
||||
showTaxonomies = true
|
||||
showAuthorsBadges = false
|
||||
showWordCount = true
|
||||
# sharingLinks = [ "mastodon", "email" ]
|
||||
showZenMode = false
|
||||
showDate = true
|
||||
showViews = false
|
||||
showLikes = false
|
||||
showDateOnlyInArticle = false
|
||||
showDateUpdated = true
|
||||
showAuthor = false
|
||||
showAuthorBottom = true
|
||||
showHero = true
|
||||
heroStyle = "big" # 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 = true
|
||||
showDraftLabel = true
|
||||
showEdit = true
|
||||
editURL = "https://git.berlin.ccc.de/cccb-website-team/www/src/branch/staging/content/"
|
||||
editAppendPath = true
|
||||
seriesOpened = false
|
||||
showHeadingAnchors = true
|
||||
showPagination = false
|
||||
invertPagination = false
|
||||
showReadingTime = true
|
||||
showTableOfContents = true
|
||||
# showRelatedContent = false
|
||||
# relatedContentLimit = 3
|
||||
showTaxonomies = true
|
||||
showAuthorsBadges = false
|
||||
showWordCount = true
|
||||
# sharingLinks = [ "mastodon", "email" ]
|
||||
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
|
||||
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"]
|
||||
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
|
||||
category = "categories"
|
||||
series = "series"
|
||||
tag = "tags"
|
||||
|
||||
showTermCount = true
|
||||
showHero = false
|
||||
# heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
|
||||
showBreadcrumbs = false
|
||||
showViews = false
|
||||
showLikes = false
|
||||
showTableOfContents = false
|
||||
cardView = false
|
||||
category = "categories"
|
||||
series = "series"
|
||||
tag = "tags"
|
||||
|
||||
[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
|
||||
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]
|
||||
fediverse = "@clubdiscordia@chaos.social"
|
||||
fediverse = "@clubdiscordia@chaos.social"
|
||||
|
|
Loading…
Reference in a new issue