Compare commits

...

2 Commits

Author SHA1 Message Date
b470196abb
adjust styling for lists and articles 2025-05-08 13:40:40 -06:00
30815a3408
add recent items to home page 2025-05-08 13:39:10 -06:00

View File

@ -44,7 +44,7 @@ forgejoDefaultServer = "https://v8.next.forgejo.org"
[homepage]
layout = "background" # valid options: page, profile, hero, card, background, custom
#homepageImage = "IMAGE.jpg" # used in: hero, and card
showRecent = false
showRecent = true
showRecentItems = 5
showMoreLink = false
showMoreLinkDest = "/posts/"
@ -60,8 +60,8 @@ forgejoDefaultServer = "https://v8.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
@ -84,8 +84,8 @@ forgejoDefaultServer = "https://v8.next.forgejo.org"
showZenMode = false
[list]
showHero = false
# heroStyle = "background" # 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