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

NAME

Giblog::Command::serve - Website serve command

DESCRIPTION

Giblog::Command::serve is website serve command.

METHODS

Giblog::Command::serve inherits all methods from Giblog::Command and implements the following new ones.

run

  $command->run;

Serve website starting up serve.pl using morbo command of Mojolicious.

Same as the following command.

  morbo -w giblog.conf -w lib -w templates serve.pl