From e5846f112fdea1920e01b84ca7a4f98bbbde1a6a Mon Sep 17 00:00:00 2001 From: Shautvast Date: Thu, 26 Mar 2026 10:56:53 +0100 Subject: [PATCH] Set default theme to light Co-Authored-By: Claude Sonnet 4.6 --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index f560f30..da16ad3 100644 --- a/hugo.toml +++ b/hugo.toml @@ -8,7 +8,7 @@ theme = "PaperMod" [params] author = "Sander Hautvast" description = "Thoughts on software, systems, and everything in between" - defaultTheme = "auto" + defaultTheme = "light" ShowReadingTime = true ShowShareButtons = false ShowPostNavLinks = true