The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

SYNOPSIS

    $ revealup export html --output slides.html

DESCRIPTION

export command with a sub-command makes file of CSS theme or generated HTML.

SUB COMMAND: theme

    $ revealup export theme --base blood.css --output theme.css

Options

--base

The base CSS file name that is included in reveal.js package. Available base theme CSS names are below.

    beige.css / blood.css / default.css / moon.css / night.css / serif.css / simple.css / sky.css / solarized.css

--output

Output CSS file name. original.css is default.

SUB COMMAND: html

    $ revealup export html slides.md --theme ./origina.css --output slides.html

Options

--theme

CSS file name or original CSS file path. Your can use the reveal.js default CSS file names.

--transition

Trasition effects for slides. default, cube, page, concave, zoom, linear, fade, none are available.

--width

Width of a slide's size. Default is 960.

--height

Height of a slide's size. Default is 700.

--output

Output HTML file name. original.html is default.

MORE INFORMATION

    $ perldoc App::revealup