Files
bridget/exampleSite/config/_default/hugo.toml
Sped0n 9bbf3a7f7a chore(hugo.toml): remove unused disableKinds to improve build performance
chore(params.toml): add website title parameter for better customization
chore(baseof.html): update page title to use the website title parameter
chore(nav.html): update navigation link to use the website title parameter
2023-11-01 22:59:03 +08:00

5 lines
130 B
TOML

baseURL = 'https://www.example.com/'
themesdir = '../..'
theme = 'Bridget'
disableKinds = ["section", "taxonomy", "term", "home"]