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"
|
|
|
|
|
|
|
|
[params]
|
2018-05-01 00:21:33 +02:00
|
|
|
description = "Includes a handy markdown-based syntax and shortcodes to help you get presentations done fast"
|
2018-04-28 07:56:09 +02:00
|
|
|
|
|
|
|
[outputFormats.Reveal]
|
|
|
|
baseName = "index"
|
|
|
|
mediaType = "text/html"
|
|
|
|
isHTML = true
|