22 lines
607 B
TOML
22 lines
607 B
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 = "" |