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