19 lines
435 B
TOML
19 lines
435 B
TOML
title = "GPG presentation"
|
|
baseurl = "http://example.org/"
|
|
languageCode = "en-us"
|
|
theme = "reveal-hugo"
|
|
[outputFormats.Reveal]
|
|
baseName = "index"
|
|
mediaType = "text/html"
|
|
isHTML = true
|
|
|
|
[params.reveal_hugo]
|
|
custom_theme = "reveal-hugo/themes/robot-lung.css"
|
|
#custom_theme = "reveal-hugo/themes/sunblind.css"
|
|
history = true
|
|
slide_number = false
|
|
transition = 'slide'
|
|
transition_speed = 'fast'
|
|
#highlight_theme = "zenburn"
|
|
progress = true
|