| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Creating a new slide deck (within teach.github.com) from existing slide "chapters" is easy:
layout must be set to slidedeck; title can be whatever you like; chapters is a quoted, comma separated list of tag names of slides in the _posts directory.
All "chapter" content for teach.github.com HydeSlides are located in the _posts directory. Subfolders of markdown files are used only for ease of human-readable organization.
A chapter consists of a _posts/<yourchapter> and markdown files consisting of four YAML front matter fields: chapter, layout, title, tags.
Speaker notes, only shown on the "split" screen displayed by presseing the S key, are included on slides in an HTML wrapped element with class="notes".
{% include hydeslides/notes-open.html %}
Oh hey, these are some notes. They'll be hidden in your presentation, but you can see them if you open the speaker notes window (hit 's' on your keyboard).
{% include hydeslides/notes-close.html %}
Pressing S will launch the slide deck What's Next with presenter notes (if any are in the original slide markdown).
One idiosyncrasy of the core RevealJS behavior is browser focus must be on the main slide deck window when navigating slides.
/dependencies
Thanks go out to the contributors of HydeSlide's core components and features: Tom Preston-Werner for Jekyll, Hakim El Hattab for Reveal-JS, and Dave Gandy for Font-Awesome.
| Back | FazBrowse Home | New Git URL |