From ac6913b7a254ab885373af8e3be537d0bbe362f5 Mon Sep 17 00:00:00 2001 From: Melora Hugues Date: Thu, 20 Jun 2024 16:05:56 +0200 Subject: [PATCH] Add light/dark theme toggle --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index a2d1ff3..734d653 100644 --- a/config.toml +++ b/config.toml @@ -32,6 +32,7 @@ dateformNumTime = "02-01-2006 15:04" disableReadOtherPosts = false enableSharingButtons = true enableGlobalLanguageMenu = true +enableThemeToggle = true description = "Personal website and tech blog for Melora Hugues" keywords = "blog, tech, dev"