From d4ab6b1159d3aff8d849fc96116048ea6048bf97 Mon Sep 17 00:00:00 2001 From: ZhenShuo Leo <98386542+ZhenShuo2021@users.noreply.github.com> Date: Wed, 28 May 2025 05:59:24 +0800 Subject: [PATCH] chore: sync exampleSite config and root config --- config/_default/params.toml | 2 ++ exampleSite/config/_default/params.toml | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/config/_default/params.toml b/config/_default/params.toml index 4ade93d2..73f1bf64 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -18,6 +18,7 @@ replyByEmail = false # robots = "" disableImageOptimization = false +disableImageOptimizationMD = false disableTextInHeader = false # backgroundImageWidth = 1200 @@ -52,6 +53,7 @@ forgejoDefaultServer = "https://v8.next.forgejo.org" cardView = false cardViewScreenWidth = false layoutBackgroundBlur = false # only used when layout equals background + disableHeroImageFilter = false # only used when layout equals hero [article] showDate = true diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index c6790ad5..96ee1ffd 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -30,6 +30,9 @@ highlightCurrentMenuArea = true smartTOC = true smartTOCHideUnfocusedChildren = false +# giteaDefaultServer = "https://git.fsfe.org" +# forgejoDefaultServer = "https://v8.next.forgejo.org" + [header] layout = "fixed" # valid options: basic, fixed, fixed-fill, fixed-gradient, fixed-fill-blur @@ -63,6 +66,7 @@ smartTOCHideUnfocusedChildren = false showHero = true heroStyle = "background" # valid options: basic, big, background, thumbAndBackground layoutBackgroundBlur = true # only used when heroStyle equals background + layoutBackgroundHeaderSpace = true # only used when heroStyle equals background showBreadcrumbs = true showDraftLabel = true showEdit = true