26 lines
517 B
Markdown
26 lines
517 B
Markdown
+++
|
|
title = "Example of a section presentation"
|
|
outputs = ["Reveal"]
|
|
|
|
[reveal_hugo]
|
|
custom_theme = "css/reveal.css"
|
|
margin = 0.2
|
|
highlight_theme = "qtcreator_dark"
|
|
transition = "slide"
|
|
transition_speed = "fast"
|
|
+++
|
|
|
|
# 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.
|
|
|
|
[a](b)
|