themen-hugo-35c3-reveal/exampleSite/content/home/introduction.md
dzello dc44a78f9c Use home folder for default presentation
Add an example presentation for a section
2018-04-26 22:26:49 -07:00

30 lines
236 B
Markdown

+++
weight = 10
+++
# reveal-hugo
One markdown file, multiple slides.
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.