Files
website/hugo.toml
2026-02-27 22:36:11 -06:00

9 lines
178 B
TOML

baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'
[contentTypes]
[contentTypes.'text/markdown']
[taxonomies]
tag = 'tags'
chapter = 'chapter'