mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-06-06 05:38:26 +02:00
Add shortcodes for customizing slides, markdown, HTML
This commit is contained in:
@@ -19,7 +19,7 @@ isHTML = true
|
||||
|
||||
---
|
||||
|
||||
## Make a presentation for `/`
|
||||
## Presentation for `/`
|
||||
|
||||
In `content/_index.md`:
|
||||
|
||||
@@ -51,12 +51,12 @@ weight = 10
|
||||
# Slide 4
|
||||
```
|
||||
|
||||
Use `weight` to specify the order
|
||||
Use `weight` to specify the order relative to other files.
|
||||
|
||||
|
||||
---
|
||||
|
||||
## Make a presentation for any Hugo section
|
||||
## For any Hugo section
|
||||
|
||||
In `content/{section}/_index.md`:
|
||||
|
||||
@@ -89,4 +89,4 @@ weight = 10
|
||||
# Slide 4
|
||||
```
|
||||
|
||||
Use `weight` to specify the order
|
||||
Use `weight` to specify the order relative to other files.
|
||||
|
||||
Reference in New Issue
Block a user