10 lines
234 B
TOML
10 lines
234 B
TOML
baseURL = 'https://example.org/'
|
|
languageCode = 'en-us'
|
|
title = 'My New Hugo Site'
|
|
|
|
[module]
|
|
[module.hugoVersion]
|
|
extended = false
|
|
min = "0.116.0"
|
|
[frontmatter]
|
|
lastmod = [':git', 'lastmod', 'modified', 'date', 'pubdate']
|