From 5f01c5d786b7048abd9e4126a74f4d8bafe7e2b6 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Mon, 29 Jan 2024 15:30:42 +0100 Subject: [PATCH] update config params.toml themes order --- config/_default/params.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 0dee47b..1bfbc3b 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -5,7 +5,9 @@ # Refer to the theme docs for more details about each of these parameters. # https://jpanther.github.io/congo/docs/configuration/#theme-parameters -theme = [ "congo", "plausible-hugo"] +# theme = "congo" +theme = [ "congo", "plausible-hugo" ] +# theme = [ "plausible-hugo", "congo" ] # congo (default), avocado, cherry, fire, ocean, sapphire and slate. # colorScheme = "congo"