themen-hugo-35c3-reveal/exampleSite/content/home/features.md

41 lines
565 B
Markdown
Raw Normal View History

2018-04-30 13:04:48 -05:00
+++
weight = 10
+++
## What's included?
- All Reveal.js HTML, CSS and JS (v3.6.0)
- All out-of-the-box Reveal.js themes
- A "Reveal" `outputFormat` that outputs a presentation for any Hugo section
---
## Features
- Markdown files are parsed into multiple slides
- Built-in shortcodes expose Reveal.js functionality
- Customize Reveal.js parameters including the theme
2018-04-30 13:13:10 -05:00
---
## Multiple slides per markdown file
Separate slides with `---`
```markdown
# Slide 1
Body 1.
---
# Slide 2
Body 2.
```
---
I'm a **new** slide from the **same** markdown file.