hugo-new(1) 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