diff --git a/exampleSite/content/home/body.md b/exampleSite/content/home/body.md index de9e20e..eadca64 100644 --- a/exampleSite/content/home/body.md +++ b/exampleSite/content/home/body.md @@ -4,21 +4,13 @@ weight = 20 # reveal-hugo -Presentation content lives in `content/reveal`. - -Or manually set the type. - -```toml -+++ -type = "reveal" -+++ -``` +Content for the root presentation lives in `content/_index.md` and `content/home`. --- # reveal-hugo -Presentation sections are ordered by `weight`. +Content files are ordered by `weight` when added to the presentation. ```toml +++ @@ -30,7 +22,13 @@ weight = 20 # reveal-hugo -Protip: use `fragment` shortcode to make content appear in sequence. +Create multiple presentations, one for each section in `content`. + +--- + +# reveal-hugo + +Use the `fragment` shortcode to make content appear in sequence. ``` {{%/* fragment */%}} One {{%/* /fragment */%}} diff --git a/exampleSite/content/home/conclusion.md b/exampleSite/content/home/conclusion.md index 6e36974..43cedfc 100644 --- a/exampleSite/content/home/conclusion.md +++ b/exampleSite/content/home/conclusion.md @@ -4,7 +4,7 @@ weight = 30 # reveal-hugo -If you want your markdown files to contain more than one slide... +If you want your markdown files to contain more than one slide each... 🤔 diff --git a/exampleSite/content/home/introduction.md b/exampleSite/content/home/introduction.md index f91740a..33b0422 100644 --- a/exampleSite/content/home/introduction.md +++ b/exampleSite/content/home/introduction.md @@ -4,7 +4,7 @@ weight = 10 # reveal-hugo -One markdown file, multiple slides. +Multiple slides per markdown file. Separate slides with `---`