More default config updates
All checks were successful
Build and Publish Docker Image / build (push) Successful in 16s
All checks were successful
Build and Publish Docker Image / build (push) Successful in 16s
This commit is contained in:
@@ -16,7 +16,7 @@ title = "Blowfish"
|
||||
|
||||
[params.author]
|
||||
name = "Taco"
|
||||
image = "pfp.png"
|
||||
image = "img/pfp.png"
|
||||
imageQuality = 96
|
||||
headline = "Rawr"
|
||||
bio = "Dragon that does things."
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user