when-not-a-module-for-that/config.toml
benjamin melançon 03c98c3783 Move everything into top-level directory so Gitlab pages can find Hugo
... can't find a way to tell it where Hugo's config.toml is, drag.
2020-03-18 10:17:55 -04:00

17 lines
345 B
TOML

baseURL = "http://example.org/"
languageCode = "en-us"
title = "When There's Not a Module For That"
theme = "reveal-hugo"
[markup.goldmark.renderer]
unsafe= true
[outputFormats.Reveal]
baseName = "index"
mediaType = "text/html"
isHTML = true
[params.reveal_hugo]
# theme = "blue"
custom_theme = "agaric-blue.scss"
custom_theme_compile = true