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

NAME

HiD::App::Command::init - initialize a new site

SYNOPSIS

    $ ../bin/hid init
    Enjoy your new site!

    $ ls
    _config.yml  _includes/  _layouts/  _site/

    $ cat _config.yml
    ---
    title: My Great New Site

DESCRIPTION

Generates a directory structure and basic config for a Hid site.

ATTRIBUTES

blog

If enabled, this will add in additional site features useful for bloggers.

# FIXME doesn't actually do anything currently.

github

If enabled, will set the site up to be hosted on and published through GitHub.

# FIXME doesn't actually do anything currently.

title

Provide a title for the site being created.

SEE ALSO

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

VERSION

version 1.97

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.