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"
|
2018-04-28 00:56:09 -05:00
|
|
|
disableKinds = ["sitemap", "RSS"]
|
2018-07-02 17:00:56 -05:00
|
|
|
theme = "."
|
|
|
|
themesDir = "../"
|
2018-04-26 17:25:43 -05:00
|
|
|
|
|
|
|
[author]
|
|
|
|
name = "Josh Dzielak"
|
|
|
|
|
|
|
|
[params]
|
2018-04-30 17:21:33 -05:00
|
|
|
description = "Includes a handy markdown-based syntax and shortcodes to help you get presentations done fast"
|
2018-04-28 00:56:09 -05:00
|
|
|
|
|
|
|
[outputFormats.Reveal]
|
|
|
|
baseName = "index"
|
|
|
|
mediaType = "text/html"
|
|
|
|
isHTML = true
|