12 lines
247 B
TOML
12 lines
247 B
TOML
baseURL = 'http://example.org/'
|
|
languageCode = 'en-us'
|
|
title = 'Protocol Oral History Project'
|
|
theme = "hugo-starter-tailwind-basic"
|
|
|
|
[taxonomies]
|
|
tag = "tags"
|
|
narrator = "narrator"
|
|
facilitator = "facilitator"
|
|
|
|
[minify]
|
|
minifyOutput = true |