mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-05-18 21:03:29 +02:00
Initial commit
This commit is contained in:
@@ -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 %}}
|
||||
Reference in New Issue
Block a user