9 lines
182 B
TOML
9 lines
182 B
TOML
baseURL = 'https://example.org/'
|
|
languageCode = 'en-us'
|
|
title = 'My New Hugo Site'
|
|
[contentTypes]
|
|
[contentTypes.'text/markdown']
|
|
[taxonomies]
|
|
tag = 'tags'
|
|
chapterno = 'chapterno'
|