Initial commit

This commit is contained in:
dzello
2018-04-26 15:25:43 -07:00
commit 71f9d035ec
84 changed files with 16226 additions and 0 deletions
+41
View File
@@ -0,0 +1,41 @@
+++
weight = 20
+++
# reveal-hugo
Presentation content lives in `content/reveal`.
Or manually set the type.
```toml
+++
type = "reveal"
+++
```
---
# reveal-hugo
Presentation sections are ordered by `weight`.
```toml
+++
weight = 20
+++
```
---
# reveal-hugo
Protip: use `fragment` shortcode to make content appear in sequence.
```
{{%/* fragment */%}} One {{%/* /fragment */%}}
```
{{% fragment %}} One {{% /fragment %}}
{{% fragment %}} Two {{% /fragment %}}
{{% fragment %}} Three {{% /fragment %}}