From 5504e3dae4d08b7f0db8d07397687c2ff97d252b Mon Sep 17 00:00:00 2001 From: NIUZHAOLONG Date: Mon, 10 Feb 2025 23:55:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/_default/params.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 9b87faf..288d186 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -5,7 +5,7 @@ # Refer to the theme docs for more details about each of these parameters. # https://jpanther.github.io/congo/docs/configuration/#theme-parameters -colorScheme = "congo" +colorScheme = "cherry" defaultAppearance = "light" # valid options: light or dark autoSwitchAppearance = true @@ -21,7 +21,7 @@ fingerprintAlgorithm = "sha256" [header] layout = "basic" # valid options: basic, hamburger, hybrid, custom - # logo = "img/logo.jpg" + # logo = "img/avatar.jpg" # logoDark = "img/dark-logo.jpg" showTitle = true @@ -33,7 +33,7 @@ fingerprintAlgorithm = "sha256" [homepage] layout = "profile" # valid options: page, profile, custom - showRecent = false + showRecent = true recentLimit = 5 [article]