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

31 lines
235 B
Markdown
Raw Normal View History

2018-04-26 17:25:43 -05:00
+++
weight = 10
+++
# reveal-hugo
2018-04-27 01:04:32 -05:00
Multiple slides per markdown file.
2018-04-26 17:25:43 -05:00
Separate slides with `---`
```markdown
# Slide 1
Body 1.
---
# Slide 2
Body 2.
```
---
# reveal-hugo
Hello!
I'm a new slide from the same markdown file.