From b470196abb3c1b493dcd679d5c335cb6f9b13544 Mon Sep 17 00:00:00 2001 From: Drew Bowering Date: Thu, 8 May 2025 13:40:40 -0600 Subject: [PATCH] adjust styling for lists and articles --- config/_default/params.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index d522704..1a5e324 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -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