mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-06-07 14:03:33 +02:00
683 B
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 %}}