Talk Title

This is the description of the talk.

First Slide

First Slide

This is some text for the first slide. It doesn't include an image, so it just uses a placeholder specified in data/slides.yml.

Second Slide

Second Slide

This is some text for the second slide. It doesn't include an image, so it just uses a placeholder specified in data/slides.yml.

Third Slide

Third Slide

This is some text for the third slide. It doesn't include an image, so it just uses a placeholder specified in data/slides.yml.

This is some text for the fourth slide that doesn't have a title. Also, this slide changes the default file_ext, and it uses a standard image that is in images/slides/4.gif.

Partial Slide

Partial Slide

This slide uses a partial file because it has longer text that it needs to show, including a list! This file is in source/slides/_5.md.

  • Here is a thing!
  • Here is another thing!
  • And yet another!
Multiple Images Multiple Images Multiple Images

Multiple Images

This section has more than one image tied to it. You just need to add an additional_images option with a list of image paths.

Multiple Images As Local Files Multiple Images As Local Files Multiple Images As Local Files

Multiple Images As Local Files

You can also add your additional images as local files by:

  1. Setting additional_images: true.
  2. Setting additional_images_number to the number of additional images.
  3. Naming the additional image files using the convention SLIDENUMBER-IMAGENUMBER.png (e.g. 7-1.png for the seventh slide’s first additional image).