Initial commit
This commit is contained in:
69
config/_default/hugo.toml
Normal file
69
config/_default/hugo.toml
Normal file
@@ -0,0 +1,69 @@
|
||||
# -- Site Configuration --
|
||||
# Refer to the theme docs for more details about each of these parameters.
|
||||
# https://blowfish.page/docs/getting-started/
|
||||
|
||||
theme = "blowfish" # UNCOMMENT THIS LINE
|
||||
# baseURL = "https://your_domain.com/"
|
||||
defaultContentLanguage = "de"
|
||||
|
||||
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
|
||||
|
||||
enableRobotsTXT = true
|
||||
summaryLength = 3
|
||||
|
||||
buildDrafts = false
|
||||
buildFuture = false
|
||||
|
||||
enableEmoji = true
|
||||
|
||||
# googleAnalytics = "G-XXXXXXXXX"
|
||||
|
||||
[pagination]
|
||||
pagerSize = 100
|
||||
|
||||
[imaging]
|
||||
anchor = 'Center'
|
||||
|
||||
[taxonomies]
|
||||
tag = "tags"
|
||||
category = "categories"
|
||||
author = "authors"
|
||||
series = "series"
|
||||
|
||||
[sitemap]
|
||||
changefreq = 'daily'
|
||||
filename = 'sitemap.xml'
|
||||
priority = 0.5
|
||||
|
||||
[outputs]
|
||||
home = ["HTML", "RSS", "JSON"]
|
||||
|
||||
[related]
|
||||
threshold = 0
|
||||
toLower = false
|
||||
|
||||
[[related.indices]]
|
||||
name = "tags"
|
||||
weight = 100
|
||||
|
||||
[[related.indices]]
|
||||
name = "categories"
|
||||
weight = 100
|
||||
|
||||
[[related.indices]]
|
||||
name = "series"
|
||||
weight = 50
|
||||
|
||||
[[related.indices]]
|
||||
name = "authors"
|
||||
weight = 20
|
||||
|
||||
[[related.indices]]
|
||||
name = "date"
|
||||
weight = 10
|
||||
|
||||
[[related.indices]]
|
||||
applyFilter = false
|
||||
name = 'fragmentrefs'
|
||||
type = 'fragments'
|
||||
weight = 10
|
||||
13
config/_default/languages.de.toml
Normal file
13
config/_default/languages.de.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
disabled = false
|
||||
languageCode = "de"
|
||||
languageName = "Deutsch"
|
||||
weight = 1
|
||||
title = "Musikverein Molbergen"
|
||||
|
||||
[params]
|
||||
displayName = "DE"
|
||||
isoCode = "de"
|
||||
rtl = false
|
||||
dateFormat = "2. January 2006"
|
||||
copyright = "Musikverein Molbergen © { year }"
|
||||
logo = "MVM-Logo.jpg"
|
||||
26
config/_default/markup.toml
Normal file
26
config/_default/markup.toml
Normal file
@@ -0,0 +1,26 @@
|
||||
# -- Markup --
|
||||
# These settings are required for the theme to function.
|
||||
|
||||
[goldmark]
|
||||
[goldmark.parser]
|
||||
wrapStandAloneImageWithinParagraph = false
|
||||
|
||||
[goldmark.parser.attribute]
|
||||
block = true
|
||||
|
||||
[goldmark.renderer]
|
||||
unsafe = true
|
||||
|
||||
[goldmark.extensions]
|
||||
[goldmark.extensions.passthrough]
|
||||
enable = true
|
||||
[goldmark.extensions.passthrough.delimiters]
|
||||
block = [['\[', '\]'], ['$$', '$$']]
|
||||
inline = [['\(', '\)']]
|
||||
|
||||
[highlight]
|
||||
noClasses = false
|
||||
|
||||
[tableOfContents]
|
||||
startLevel = 2
|
||||
endLevel = 4
|
||||
64
config/_default/menus.de.toml
Normal file
64
config/_default/menus.de.toml
Normal file
@@ -0,0 +1,64 @@
|
||||
[[main]]
|
||||
none = "none"
|
||||
|
||||
[[main]]
|
||||
name = "Aktuelles"
|
||||
pageRef = "artikel"
|
||||
weight = 10
|
||||
|
||||
[[main]]
|
||||
name = "Über Uns"
|
||||
weight = 20
|
||||
|
||||
[[main]]
|
||||
name = "Hauptverein"
|
||||
parent = "Über Uns"
|
||||
pageRef = "hauptverein"
|
||||
identifier = "bIxp7iz9Fr"
|
||||
weight = 20
|
||||
|
||||
[[main]]
|
||||
name = "Jugendorchester"
|
||||
parent = "Über Uns"
|
||||
pageRef = "jugendorchester"
|
||||
identifier = "bIxp7iz9Fz"
|
||||
weight = 20
|
||||
|
||||
[[main]]
|
||||
pre = "instagram"
|
||||
url = "https://www.instagram.com/mv_molbergen/"
|
||||
identifier = "7UEq5fqZIp"
|
||||
weight = 30
|
||||
|
||||
[[main]]
|
||||
pre = "facebook"
|
||||
url = "https://www.facebook.com/people/Musikverein-Molbergen-MVM/100040265892660/"
|
||||
identifier = "sdIxPeDJlk"
|
||||
weight = 40
|
||||
|
||||
[[footer]]
|
||||
none = "none"
|
||||
|
||||
[[footer]]
|
||||
name = "Impressum"
|
||||
pageRef = "impressum"
|
||||
identifier = "sdIxPeDJld"
|
||||
weight = 10
|
||||
|
||||
[[footer]]
|
||||
name = "Impressum"
|
||||
pageRef = "impressum"
|
||||
identifier = "sdIxPeDJld"
|
||||
weight = 10
|
||||
|
||||
[[footer]]
|
||||
name = "Datenschutz"
|
||||
pageRef = "datenschutz"
|
||||
identifier = "sdIxPeDJls"
|
||||
weight = 20
|
||||
|
||||
[[footer]]
|
||||
name = "Kontakt"
|
||||
pageRef = "kontakt"
|
||||
identifier = "sdIxPeDJle"
|
||||
weight = 30
|
||||
0
config/_default/module.toml
Normal file
0
config/_default/module.toml
Normal file
109
config/_default/params.toml
Normal file
109
config/_default/params.toml
Normal file
@@ -0,0 +1,109 @@
|
||||
colorScheme = "congo"
|
||||
defaultAppearance = "light"
|
||||
autoSwitchAppearance = true
|
||||
enableA11y = false
|
||||
enableSearch = true
|
||||
enableCodeCopy = false
|
||||
replyByEmail = false
|
||||
disableImageOptimization = false
|
||||
disableImageOptimizationMD = false
|
||||
disableTextInHeader = false
|
||||
hotlinkFeatureImage = false
|
||||
fingerprintAlgorithm = "sha512"
|
||||
giteaDefaultServer = "https://git.fsfe.org"
|
||||
forgejoDefaultServer = "https://v11.next.forgejo.org"
|
||||
firebase = {}
|
||||
fathomAnalytics = {}
|
||||
umamiAnalytics = {}
|
||||
selineAnalytics = {}
|
||||
buymeacoffee = {}
|
||||
verification = {}
|
||||
rssnext = {}
|
||||
advertisement = {}
|
||||
|
||||
[header]
|
||||
layout = "fixed"
|
||||
|
||||
[footer]
|
||||
showMenu = true
|
||||
showCopyright = true
|
||||
showThemeAttribution = true
|
||||
showAppearanceSwitcher = true
|
||||
showScrollToTop = true
|
||||
|
||||
[homepage]
|
||||
layout = "card"
|
||||
showRecent = true
|
||||
showRecentItems = 1
|
||||
showMoreLink = false
|
||||
showMoreLinkDest = "/artikel/"
|
||||
cardView = false
|
||||
cardViewScreenWidth = true
|
||||
layoutBackgroundBlur = true
|
||||
disableHeroImageFilter = false
|
||||
homepageImage = "ABP_4586.jpeg"
|
||||
|
||||
[article]
|
||||
showDate = true
|
||||
showViews = false
|
||||
showLikes = false
|
||||
showDateOnlyInArticle = true
|
||||
showDateUpdated = false
|
||||
showAuthor = true
|
||||
showHero = true
|
||||
layoutBackgroundBlur = true
|
||||
layoutBackgroundHeaderSpace = true
|
||||
showBreadcrumbs = false
|
||||
showDraftLabel = true
|
||||
showEdit = false
|
||||
editAppendPath = true
|
||||
seriesOpened = false
|
||||
showHeadingAnchors = true
|
||||
showPagination = true
|
||||
invertPagination = false
|
||||
showReadingTime = false
|
||||
showTableOfContents = false
|
||||
showTaxonomies = false
|
||||
showCategoryOnly = false
|
||||
showAuthorsBadges = false
|
||||
showWordCount = false
|
||||
showZenMode = false
|
||||
heroStyle = "big"
|
||||
|
||||
[list]
|
||||
showHero = false
|
||||
layoutBackgroundBlur = true
|
||||
layoutBackgroundHeaderSpace = true
|
||||
showBreadcrumbs = false
|
||||
showSummary = true
|
||||
showViews = false
|
||||
showLikes = false
|
||||
showTableOfContents = false
|
||||
showCards = false
|
||||
orderByWeight = false
|
||||
groupByYear = false
|
||||
cardView = false
|
||||
cardViewScreenWidth = false
|
||||
constrainItemsWidth = false
|
||||
|
||||
[sitemap]
|
||||
excludedKinds = ["taxonomy", "term"]
|
||||
|
||||
[taxonomy]
|
||||
showTermCount = true
|
||||
showHero = false
|
||||
showBreadcrumbs = false
|
||||
showViews = false
|
||||
showLikes = false
|
||||
showTableOfContents = false
|
||||
cardView = false
|
||||
|
||||
[term]
|
||||
showHero = false
|
||||
showBreadcrumbs = false
|
||||
showViews = false
|
||||
showLikes = false
|
||||
showTableOfContents = true
|
||||
groupByYear = false
|
||||
cardView = false
|
||||
cardViewScreenWidth = false
|
||||
Reference in New Issue
Block a user