mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-06-07 14:03:33 +02:00
Reveal should be an outputFormat
Now any Hugo section can be configured to generate a presentation without altering its type, and the theme is more easily copied into existing sites without conflicting with any preexisting layouts.
This commit is contained in:
@@ -22,7 +22,11 @@ weight = 20
|
||||
|
||||
# reveal-hugo
|
||||
|
||||
Create multiple presentations, one for each section in `content`.
|
||||
Create a presentation for any section by adding this to its `_index.md`:
|
||||
|
||||
```toml
|
||||
outputs = ["Reveal"]
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user