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:
Binary file not shown.
|
Before Width: | Height: | Size: 3.9 MiB |
|
Before Width: | Height: | Size: 528 KiB After Width: | Height: | Size: 528 KiB |
@@ -16,7 +16,7 @@ title = "Blowfish"
|
|||||||
|
|
||||||
[params.author]
|
[params.author]
|
||||||
name = "Taco"
|
name = "Taco"
|
||||||
image = "pfp.png"
|
image = "img/pfp.png"
|
||||||
imageQuality = 96
|
imageQuality = 96
|
||||||
headline = "Rawr"
|
headline = "Rawr"
|
||||||
bio = "Dragon that does things."
|
bio = "Dragon that does things."
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ autoSwitchAppearance = true
|
|||||||
|
|
||||||
enableA11y = false
|
enableA11y = false
|
||||||
enableSearch = true
|
enableSearch = true
|
||||||
enableCodeCopy = false
|
enableCodeCopy = true
|
||||||
enableStructuredBreadcrumbs = false
|
enableStructuredBreadcrumbs = false
|
||||||
# enableStyledScrollbar = true # disable to use native scrollbar style (defaults to true)
|
# enableStyledScrollbar = true # disable to use native scrollbar style (defaults to true)
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ forgejoDefaultServer = "https://v11.next.forgejo.org"
|
|||||||
|
|
||||||
[homepage]
|
[homepage]
|
||||||
layout = "background" # valid options: page, profile, hero, card, background, custom
|
layout = "background" # valid options: page, profile, hero, card, background, custom
|
||||||
homepageImage = "background.jpg"
|
homepageImage = "img/cover.jpg"
|
||||||
showRecent = true
|
showRecent = true
|
||||||
showRecentItems = 5
|
showRecentItems = 5
|
||||||
showMoreLink = false
|
showMoreLink = false
|
||||||
@@ -72,8 +72,8 @@ forgejoDefaultServer = "https://v11.next.forgejo.org"
|
|||||||
showDateUpdated = false
|
showDateUpdated = false
|
||||||
showAuthor = true
|
showAuthor = true
|
||||||
# showAuthorBottom = false
|
# showAuthorBottom = false
|
||||||
showHero = false
|
showHero = true
|
||||||
# heroStyle = "basic" # valid options: basic, big, background, thumbAndBackground
|
heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
|
||||||
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
|
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
|
||||||
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
|
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
|
||||||
showBreadcrumbs = false
|
showBreadcrumbs = false
|
||||||
|
|||||||
Reference in New Issue
Block a user