Skip to main content

RevealMD

Description

This plugin generates reveal.js slides from Markdown files using the reveal-md tool.

Options

parametertyperequireddefaultdescription
commandstrfalsereveal-mdUsed to customize the command used to build the slides.
extra_argslist[str]false[]Extra arguments to pass to the command.
buildMapping[str, str]trueN\AThe slides to build as a mapping of name to location. This also accepts the location as a shorthand, using the basename of the file as the name.

Example:

build_slides:
plugin: revealmd
options:
command: reveal-md
extra_args:
- --static-dirs
- static
build:
Lecture1: /path_to_slides/lecture1.md
Lecture2: /path_to_slides/lecture2.md