aboutsummaryrefslogtreecommitdiff
path: root/docs/presentation/hugo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/presentation/hugo.toml')
-rw-r--r--docs/presentation/hugo.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/presentation/hugo.toml b/docs/presentation/hugo.toml
new file mode 100644
index 0000000..558f6ac
--- /dev/null
+++ b/docs/presentation/hugo.toml
@@ -0,0 +1,15 @@
+baseURL = 'https://example.org/'
+languageCode = 'en-us'
+title = 'My New Hugo Site'
+theme = ["github.com/dzello/reveal-hugo"]
+
+[params.reveal_hugo]
+theme = "beige"
+
+[markup.goldmark.renderer]
+unsafe = true
+
+[outputFormats.Reveal]
+baseName = "index"
+mediaType = "text/html"
+isHTML = true