From 899e385b29565c2305b9b324310f7796a0175e68 Mon Sep 17 00:00:00 2001 From: Drew Bowering Date: Tue, 6 May 2025 09:22:32 -0600 Subject: [PATCH] theme setting isn't necessary when using modules --- config/_default/hugo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index ad32fee..e834ac9 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -2,7 +2,6 @@ # Refer to the theme docs for more details about each of these parameters. # https://blowfish.page/docs/getting-started/ -theme = "github.com/nunocoracao/blowfish" baseURL = "https://d-b.ca/" languageCode = "en" defaultContentLanguage = "en"