mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-05-18 21:03:29 +02:00
26 lines
524 B
TOML
26 lines
524 B
TOML
baseURL = "https://example.com/"
|
|
languageCode = "en-us"
|
|
title = "A Hugo theme for creating Reveal.js presentations"
|
|
disableKinds = ["sitemap", "RSS"]
|
|
theme = "."
|
|
themesDir = "../"
|
|
|
|
# uncomment for browsing at file:///
|
|
# relativeURLs = true
|
|
# uglyURLs = true
|
|
|
|
[author]
|
|
name = "Josh Dzielak"
|
|
|
|
[outputFormats.Reveal]
|
|
baseName = "index"
|
|
mediaType = "text/html"
|
|
isHTML = true
|
|
|
|
[params.reveal_hugo]
|
|
history = true
|
|
|
|
# used in content/template-example
|
|
[params.reveal_hugo.templates.grey]
|
|
background = "#424242"
|
|
transition = "convex" |