Improve example presentation

This commit is contained in:
dzello 2018-05-15 19:15:36 -07:00
parent 5d9c1a94bb
commit 9461d36a2c
1 changed files with 7 additions and 3 deletions

View File

@ -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`: