Files
bridget/exampleSite/config/_default/hugo.toml
Sped0n cd98208074 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
2023-11-04 18:36:32 +08:00

29 lines
813 B
TOML

# your website url
baseURL = 'https://www.example.com/'
# website title
title = 'Bridget'
# don't touch this
disableKinds = ["section", "taxonomy", "term", "home"]
# robots.txt
enableRobotsTXT = true
# available options
# * en (powered by Geist)
# * de (powered by Geist)
# * es (powered by Geist)
# * fr (powered by Geist)
# * it (powered by Geist)
# * zh-sg zh-cn (powered by Noto Sans SC)
# * zh-hk zh-tw zh-mo (powered by Noto Sans TC)
# * ja (powered by Noto Sans JP)
# * ko (powered by Noto Sans KR)
defaultContentLanguage = 'en'
# theme as local file WARN: Set the themesdir according to your own situation !!!
themesdir = "../.."
theme = "bridget"
# or theme as module WARN: you should also set `bundled` to true in params.toml !!!
# [module]
# [[module.imports]]
# path = "github.com/Sped0n/bridget"