9 lines
203 B
TOML
9 lines
203 B
TOML
baseURL = "http://example.org/"
|
|
languageCode = "en-us"
|
|
title = "When There's Not a Module For That"
|
|
theme = "reveal-hugo"
|
|
|
|
[outputFormats.Reveal]
|
|
baseName = "index"
|
|
mediaType = "text/html"
|
|
isHTML = true
|