More default config updates
All checks were successful
Build and Publish Docker Image / build (push) Successful in 16s

This commit is contained in:
2026-05-17 15:56:25 -06:00
parent 7261b96da3
commit d9743a19bb
6 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ autoSwitchAppearance = true
enableA11y = false
enableSearch = true
enableCodeCopy = false
enableCodeCopy = true
enableStructuredBreadcrumbs = false
# enableStyledScrollbar = true # disable to use native scrollbar style (defaults to true)
@@ -54,7 +54,7 @@ forgejoDefaultServer = "https://v11.next.forgejo.org"
[homepage]
layout = "background" # valid options: page, profile, hero, card, background, custom
homepageImage = "background.jpg"
homepageImage = "img/cover.jpg"
showRecent = true
showRecentItems = 5
showMoreLink = false
@@ -72,8 +72,8 @@ forgejoDefaultServer = "https://v11.next.forgejo.org"
showDateUpdated = false
showAuthor = true
# showAuthorBottom = false
showHero = false
# heroStyle = "basic" # valid options: basic, big, background, thumbAndBackground
showHero = true
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