From 002539bb03f408238c590050c351c7ec400d92ea Mon Sep 17 00:00:00 2001 From: Alvin Cao Date: Sun, 28 Jul 2024 21:39:21 +0800 Subject: [PATCH] Update config. --- config/_default/markup.toml | 1 + config/_default/params.toml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config/_default/markup.toml b/config/_default/markup.toml index 2d92db5..cd64302 100644 --- a/config/_default/markup.toml +++ b/config/_default/markup.toml @@ -6,6 +6,7 @@ unsafe = true [highlight] + noClasses = false style = "rose-pine-dawn" [tableOfContents] diff --git a/config/_default/params.toml b/config/_default/params.toml index 1074ddd..b09e730 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -5,12 +5,12 @@ # Refer to the theme docs for more details about each of these parameters. # https://jpanther.github.io/congo/docs/configuration/#theme-parameters -colorScheme = "orange" +colorScheme = "ocean" defaultAppearance = "light" # valid options: light or dark -autoSwitchAppearance = false +autoSwitchAppearance = true enableSearch = true -enableCodeCopy = false +enableCodeCopy = true enableImageLazyLoading = true enableImageWebp = true