Files
bridget/exampleSite/config/_default/hugo.toml
2023-10-30 15:51:52 +08:00

6 lines
157 B
TOML

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