From 3d467ece986f7be3939cef64dfa2a9d1e77b10ea Mon Sep 17 00:00:00 2001 From: 21CSM <81891917+21CSM@users.noreply.github.com> Date: Mon, 16 Sep 2024 20:17:55 -0400 Subject: [PATCH] chore(config): use forced theme --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index 2af7511..387c6a6 100644 --- a/config.toml +++ b/config.toml @@ -50,6 +50,7 @@ links = [ # Your links ] homepage_layout = "about" # "about" | "list" | "recent" +force_theme = "light" # specific theme recent_max = 15 recent_more = true