🐛 Fix: comment the theme field in the default theme configuration

Fix the bug that the theme cannot be loaded through hugo modules
This commit is contained in:
Cell
2024-01-10 14:05:58 +08:00
parent 32711ff29c
commit b16a06893c
+1 -1
View File
@@ -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", ...]