aboutsummaryrefslogtreecommitdiff
path: root/docs/presentation/hugo.toml
blob: bbd9b084161a446f561f13d684d5dab67a418e85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'
theme = ["github.com/dzello/reveal-hugo"]

[params.reveal_hugo]
theme = "white"

[markup.goldmark.renderer]
unsafe = true

[outputFormats.Reveal]
baseName = "index"
mediaType = "text/html"
isHTML = true