From b16a06893cbedbc3868d53a78b2af301a35c7faf Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Wed, 10 Jan 2024 14:05:58 +0800 Subject: [PATCH] :bug: Fix: comment the theme field in the default theme configuration Fix the bug that the theme cannot be loaded through hugo modules --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 516b7744..91582294 100644 --- a/hugo.toml +++ b/hugo.toml @@ -13,7 +13,7 @@ title = "" # Hostname (and path) to the root baseURL = "http://localhost:1313" # theme list -theme = ["FixIt"] +# theme = ["FixIt"] # enable in your site config file # determines default content language ["en", "zh-cn", "fr", "pl", ...] defaultContentLanguage = "en" # language code ["en", "zh-CN", "fr", "pl", ...]