Files
reveal-hugo/exampleSite/content/home/body.md
T
2018-04-30 01:09:44 -07:00

683 B

+++ weight = 20 +++

Content for the root presentation lives in content/_index.md and content/home.


Content files are ordered by weight when added to the presentation.

+++
weight = 20
+++

Create a presentation for any section of your site by adding this to its _index.md:

outputs = ["Reveal"]

The fragment shortcode makes content appear incrementally.

{{%/* fragment */%}} One {{%/* /fragment */%}}
{{%/* fragment */%}} Two {{%/* /fragment */%}}
{{%/* fragment */%}} Three {{%/* /fragment */%}}

{{% fragment %}} One {{% /fragment %}} {{% fragment %}} Two {{% /fragment %}} {{% fragment %}} Three {{% /fragment %}}