mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
chore(hugo.toml): update theme configuration to use local file instead of module for better customization and flexibility
chore(go.mod): update Go version to 1.21.3 for compatibility and potential bug fixes
This commit is contained in:
@@ -18,11 +18,11 @@ enableRobotsTXT = true
|
||||
# * ko (powered by Noto Sans KR)
|
||||
defaultContentLanguage = 'en'
|
||||
|
||||
# theme as local file
|
||||
# themesdir = "../.."
|
||||
# theme = "bridget"
|
||||
# theme as local file WARN: Set the themesdir according to your own situation !!!
|
||||
themesdir = "../.."
|
||||
theme = "bridget"
|
||||
|
||||
# theme as module
|
||||
[module]
|
||||
[[module.imports]]
|
||||
path = "github.com/Sped0n/bridget"
|
||||
# or theme as module WARN: you should also set `bundled` to true in params.toml !!!
|
||||
# [module]
|
||||
# [[module.imports]]
|
||||
# path = "github.com/Sped0n/bridget"
|
||||
|
||||
Reference in New Issue
Block a user