adjust styling for lists and articles

This commit is contained in:
Drew Bowering 2025-05-08 13:40:40 -06:00
parent 30815a3408
commit b470196abb
Signed by: drew
GPG Key ID: DC9462335BDDAC6B

View File

@ -60,8 +60,8 @@ forgejoDefaultServer = "https://v8.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
@ -84,8 +84,8 @@ forgejoDefaultServer = "https://v8.next.forgejo.org"
showZenMode = false showZenMode = false
[list] [list]
showHero = false showHero = true
# heroStyle = "background" # 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