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

$ ../bin/hid init
Enjoy your new site!
$ ls
_config.yml _includes/ _layouts/ _site/
$ cat _config.yml
---
title: My Great New Site

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

If enabled, this will add in additional site features useful for bloggers.
# FIXME doesn't actually do anything currently.
If enabled, will set the site up to be hosted on and published through GitHub.
# FIXME doesn't actually do anything currently.
Provide a title for the site being created.

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

version 0.3

John SJ Anderson <genehack@genehack.org>

This software is copyright (c) 2012 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.