Provided by: hugo_0.15+git20160206.203.ed23711-1_amd64 bug

NAME

       hugo-new - Create new content for your site

SYNOPSIS

       hugo new [OPTIONS]

DESCRIPTION

       Create a new content file and automatically set the date and title.  It will guess which
       kind of file to create based on the path provided.

       You can also specify the kind with -k KIND.

       If archetypes are provided in your theme or site, they will be used.

OPTIONS

       --editor=""
           edit new content with this editor, if provided

       -f, --format="toml"
           frontmatter format

       -k, --kind=""
           Content type to create

       -s, --source=""
           filesystem path to read files relative from

OPTIONS INHERITED FROM PARENT COMMANDS

       --log[=false]
           Enable Logging

       --logFile=""
           Log File path (if set, logging enabled automatically)

       -v, --verbose[=false]
           verbose output

       --verboseLog[=false]
           verbose logging

SEE ALSO

       hugo(1), hugo-new-site(1), hugo-new-theme(1)