Files
Protocol-oral-history-project/config.toml
2025-04-17 18:35:56 -06:00

48 lines
1.2 KiB
TOML

baseURL = 'http://example.org/'
languageCode = 'en-us'
title = 'Protocol Oral History Project'
theme = "hugo-starter-tailwind-basic"
[taxonomies]
topics = "topics"
narrator = "narrator"
facilitator = "facilitator"
[minify]
minifyOutput = true
[params]
description = "The Protocol Oral History Project chronicles the development of internet protocols and standards through interviews with key contributors."
images = ["/images/default-og.jpg"] # Will be replaced by wompum generation
twitterSite = ""
facebookAppID = ""
[params.author]
name = "Media Economies Design Lab"
twitter = ""
[module]
[module.hugoVersion]
extended = false
min = "0.112.0"
[[module.mounts]]
source = "assets"
target = "assets"
[[module.mounts]]
source = "hugo_stats.json"
target = "assets/watching/hugo_stats.json"
[build]
writeStats = true
[[build.cachebusters]]
source = "assets/watching/hugo_stats\\.json"
target = "styles\\.css"
[[build.cachebusters]]
source = "(postcss|tailwind)\\.config\\.js"
target = "css"
[[build.cachebusters]]
source = "assets/.*\\.(js|ts|jsx|tsx)"
target = "js"
[[build.cachebusters]]
source = "assets/.*\\.(.*)$"
target = "$1"