mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-05-18 21:03:29 +02:00
18 lines
330 B
TOML
18 lines
330 B
TOML
baseURL = "https://example.com/"
|
|
languageCode = "en-us"
|
|
title = "A Hugo theme for creating Reveal.js presentations"
|
|
disableKinds = ["sitemap", "RSS"]
|
|
theme = "."
|
|
themesDir = "../"
|
|
|
|
[author]
|
|
name = "Josh Dzielak"
|
|
|
|
[params.reveal_hugo]
|
|
history = true
|
|
|
|
[outputFormats.Reveal]
|
|
baseName = "index"
|
|
mediaType = "text/html"
|
|
isHTML = true
|