mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-06-07 22:13:31 +02:00
Add section shortcode to example presentation
This commit is contained in:
@@ -2,14 +2,10 @@
|
||||
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
|
||||
@@ -20,9 +16,7 @@ weight = 20
|
||||
|
||||
---
|
||||
|
||||
# reveal-hugo
|
||||
|
||||
Create a presentation for any section by adding this to its `_index.md`:
|
||||
Create a presentation for any section of your site by adding this to its `_index.md`:
|
||||
|
||||
```toml
|
||||
outputs = ["Reveal"]
|
||||
@@ -30,9 +24,7 @@ outputs = ["Reveal"]
|
||||
|
||||
---
|
||||
|
||||
# reveal-hugo
|
||||
|
||||
Use the `fragment` shortcode to make content appear incrementally.
|
||||
**The `fragment` shortcode** makes content appear incrementally.
|
||||
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user