From 9461d36a2c762a1bae1c254fac16f3999bd492c3 Mon Sep 17 00:00:00 2001 From: dzello Date: Tue, 15 May 2018 19:15:36 -0700 Subject: [PATCH] Improve example presentation --- exampleSite/content/home/usage.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/exampleSite/content/home/usage.md b/exampleSite/content/home/usage.md index fa5d1c5..e8cf7d8 100644 --- a/exampleSite/content/home/usage.md +++ b/exampleSite/content/home/usage.md @@ -21,7 +21,7 @@ isHTML = true ## Configure themes -Optional. In `config.toml` or front matter. +Optional. In `config.toml` or front matter of individual presentations. ```toml [params.reveal_hugo] @@ -47,7 +47,7 @@ custom_theme = "themes/dzello.css" ## Configure Reveal.js -Set **snakecase** versions of Reveal.js params, which will be passed to `Reveal.initialize`. +Set **snakecase** versions of Reveal.js params, which will be camelized and passed to `Reveal.initialize`. ```toml [params.reveal_hugo] @@ -59,7 +59,11 @@ transition_speed = 'fast' --- -## Presentation for `/` +# Creating presentations + +--- + +## Presentation at `/` In `content/_index.md`: