18 lines
395 B
Markdown
18 lines
395 B
Markdown
|
+++
|
||
|
title = "Example of a section presentation"
|
||
|
outputs = ["Reveal"]
|
||
|
[reveal_hugo]
|
||
|
theme = "moon"
|
||
|
+++
|
||
|
|
||
|
# Section Presentation
|
||
|
|
||
|
This is an example of a section presentation.
|
||
|
|
||
|
---
|
||
|
|
||
|
Section presentations are completely separate from the root presentation and each other.
|
||
|
|
||
|
---
|
||
|
|
||
|
Additional content files can be placed in the section and will be added to the presentation in the order of their weight.
|