mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-21 13:39:30 -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)
|
# * ko (powered by Noto Sans KR)
|
||||||
defaultContentLanguage = 'en'
|
defaultContentLanguage = 'en'
|
||||||
|
|
||||||
# theme as local file
|
# theme as local file WARN: Set the themesdir according to your own situation !!!
|
||||||
# themesdir = "../.."
|
themesdir = "../.."
|
||||||
# theme = "bridget"
|
theme = "bridget"
|
||||||
|
|
||||||
# theme as module
|
# or theme as module WARN: you should also set `bundled` to true in params.toml !!!
|
||||||
[module]
|
# [module]
|
||||||
[[module.imports]]
|
# [[module.imports]]
|
||||||
path = "github.com/Sped0n/bridget"
|
# path = "github.com/Sped0n/bridget"
|
||||||
|
|||||||
Reference in New Issue
Block a user