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

43 lines
691 B
Markdown

+++
weight = 20
+++
# reveal-hugo
Content for the root presentation lives in `content/_index.md` and `content/home`.
---
# reveal-hugo
Content files are ordered by `weight` when added to the presentation.
```toml
+++
weight = 20
+++
```
---
# reveal-hugo
Create multiple presentations, one for each section in `content`.
---
# reveal-hugo
Use the `fragment` shortcode to make content appear incrementally.
```
{{%/* fragment */%}} One {{%/* /fragment */%}}
{{%/* fragment */%}} Two {{%/* /fragment */%}}
{{%/* fragment */%}} Three {{%/* /fragment */%}}
```
{{% fragment %}} One {{% /fragment %}}
{{% fragment %}} Two {{% /fragment %}}
{{% fragment %}} Three {{% /fragment %}}