25 lines
542 B
TOML
25 lines
542 B
TOML
title = "Docker for dummies"
|
|
baseurl = "http://localhost:1313/"
|
|
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 = true
|
|
transition = 'convex'
|
|
transition_speed = 'normal'
|
|
#highlight_theme = "zenburn"
|
|
#highlight_theme = "solarized-dark"
|
|
progress = true
|
|
#theme = "solarized"
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|