19 lines
336 B
TOML
19 lines
336 B
TOML
baseURL = 'http://example.org/'
|
|
languageCode = 'en-us'
|
|
title = 'Protocol Oral History Project'
|
|
theme = "hugo-starter-tailwind-basic"
|
|
|
|
[taxonomies]
|
|
tag = "tags"
|
|
|
|
[minify]
|
|
minifyOutput = true
|
|
|
|
[outputs]
|
|
home = ["HTML", "RSS", "JSON"]
|
|
|
|
[outputFormats.JSON]
|
|
mediaType = "application/json"
|
|
baseName = "search"
|
|
isPlainText = true
|