Files
Protocol-oral-history-project/config.toml
2025-03-31 14:43:38 -06:00

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