themen-hugo-35c3-reveal/exampleSite/content/example/_index.md
dzello 4e0d34413b 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.
2018-04-27 22:56:09 -07:00

9 lines
No EOL
182 B
Markdown

+++
title = "Example of a section presentation"
outputs = ["Reveal"]
reveal_theme = "moon"
+++
# Section Presentation
Only content from this section will go into this presentation.