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

SYNOPSIS

    $ revealup serve -p 5000 markdown.md

DESCRIPTION

serve command makes your Markdown text as a HTTP Web application for the slide show. Run revealup serve command with the Markdown formatted text file name and options, then open by your web browser such a URL http://localhost:5000/.

Options

-p or --port

HTTP port number.

--theme

CSS file name or original CSS file path. reveal.js default CSS filenames are below.

    beige.css / black.css (default ) / blood.css / league.css / moon.css / night.css / serif.css / simple.css / sky.css / solarized.css / white.css

--transition

Trasition effects for slides.

    default / cube / page / concave / zoom / linear / fade / none

--width

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

--height

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

MORE INFORMATION

    $ perldoc App::revealup