2018-04-30 20:04:48 +02:00
|
|
|
baseURL = "https://example.com/"
|
2018-04-27 00:25:43 +02:00
|
|
|
languageCode = "en-us"
|
|
|
|
title = "A Hugo theme for creating Reveal.js presentations"
|
2018-04-28 07:56:09 +02:00
|
|
|
disableKinds = ["sitemap", "RSS"]
|
2018-07-03 00:00:56 +02:00
|
|
|
theme = "."
|
|
|
|
themesDir = "../"
|
2018-04-27 00:25:43 +02:00
|
|
|
|
|
|
|
[author]
|
|
|
|
name = "Josh Dzielak"
|
|
|
|
|
2018-07-23 00:44:05 +02:00
|
|
|
[params.reveal_hugo]
|
|
|
|
history = true
|
|
|
|
|
2018-04-28 07:56:09 +02:00
|
|
|
[outputFormats.Reveal]
|
|
|
|
baseName = "index"
|
|
|
|
mediaType = "text/html"
|
|
|
|
isHTML = true
|