themen-hugo-35c3-reveal/exampleSite/config.toml

18 lines
330 B
TOML
Raw Normal View History

2018-04-30 13:04:48 -05:00
baseURL = "https://example.com/"
2018-04-26 17:25:43 -05:00
languageCode = "en-us"
title = "A Hugo theme for creating Reveal.js presentations"
disableKinds = ["sitemap", "RSS"]
theme = "."
themesDir = "../"
2018-04-26 17:25:43 -05:00
[author]
name = "Josh Dzielak"
[params.reveal_hugo]
history = true
[outputFormats.Reveal]
baseName = "index"
mediaType = "text/html"
isHTML = true