format all config files
This commit is contained in:
parent
4ebe79d6ac
commit
27e009ab0b
config/_default
|
@ -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
|
||||
|
||||
[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'
|
||||
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'
|
||||
mediaType = "text/calendar"
|
||||
baseName = "index"
|
||||
isPlainText = true
|
||||
notAlternative = true
|
||||
|
||||
[outputFormats.XML]
|
||||
mediaType = 'application/xml'
|
||||
baseName = 'index'
|
||||
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']
|
||||
suffixes = ["ics"]
|
||||
|
||||
[mediaTypes.'application/rss+xml']
|
||||
suffixes = ['xml', 'rss']
|
||||
suffixes = ["xml", "rss"]
|
||||
|
||||
[related]
|
||||
threshold = 0
|
||||
toLower = false
|
||||
|
||||
[[related.indices]]
|
||||
name = 'tags'
|
||||
name = "tags"
|
||||
weight = 100
|
||||
|
||||
[[related.indices]]
|
||||
name = 'categories'
|
||||
name = "categories"
|
||||
weight = 100
|
||||
|
||||
[[related.indices]]
|
||||
name = 'series'
|
||||
name = "series"
|
||||
weight = 50
|
||||
|
||||
[[related.indices]]
|
||||
name = 'authors'
|
||||
name = "authors"
|
||||
weight = 20
|
||||
|
||||
[[related.indices]]
|
||||
name = 'date'
|
||||
name = "date"
|
||||
weight = 10
|
||||
|
||||
[[related.indices]]
|
||||
applyFilter = false
|
||||
name = 'fragmentrefs'
|
||||
type = 'fragments'
|
||||
name = "fragmentrefs"
|
||||
type = "fragments"
|
||||
weight = 10
|
||||
|
|
|
@ -8,10 +8,8 @@
|
|||
colorScheme = "fira" # "congo"
|
||||
defaultAppearance = "dark" # valid options: light or dark
|
||||
autoSwitchAppearance = false
|
||||
|
||||
enableSearch = true
|
||||
enableCodeCopy = false
|
||||
|
||||
replyByEmail = false
|
||||
|
||||
# mainSections = ["section1", "section2"]
|
||||
|
@ -21,14 +19,11 @@ 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
|
||||
|
||||
# highlightCurrentMenuArea = true
|
||||
smartTOC = true
|
||||
smartTOCHideUnfocusedChildren = true
|
||||
|
||||
giteaDefaultServer = "https://git.fsfe.org"
|
||||
forgejoDefaultServer = "https://git.berlin.ccc.de"
|
||||
|
||||
|
@ -117,7 +112,6 @@ forgejoDefaultServer = "https://git.berlin.ccc.de"
|
|||
series = "series"
|
||||
tag = "tags"
|
||||
|
||||
|
||||
[term]
|
||||
showHero = false
|
||||
# heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
|
||||
|
|
Loading…
Reference in a new issue