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

NAME

HiD::App::Command::publish - publish site

SYNOPSIS

    $ hid publish

    $ hid  # 'publish' is the default command...

DESCRIPTION

Processes files according to the active configuration and writes output files accordingly.

ATTRIBUTES

clean

Remove any existing site directory prior to the publication run

limit_posts

Limit the number of blog posts that will be written out. If you have a large number of blog posts that haven't changed, setting this can significantly speed up the publication process.

SEE ALSO

See HiD::App::Command for additional command line options supported by all sub commands.

VERSION

version 1.91

AUTHOR

John SJ Anderson <genehack@genehack.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by John SJ Anderson.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.