github.com/lyeb/hugo@v0.47.1/docs/content/en/commands/hugo_new_site.md (about)

     1  ---
     2  date: 2018-08-17
     3  title: "hugo new site"
     4  slug: hugo_new_site
     5  url: /commands/hugo_new_site/
     6  ---
     7  ## hugo new site
     8  
     9  Create a new site (skeleton)
    10  
    11  ### Synopsis
    12  
    13  Create a new site in the provided directory.
    14  The new site will have the correct structure, but no content or theme yet.
    15  Use `hugo new [contentPath]` to create new content.
    16  
    17  ```
    18  hugo new site [path] [flags]
    19  ```
    20  
    21  ### Options
    22  
    23  ```
    24        --force           init inside non-empty directory
    25    -f, --format string   config & frontmatter format (default "toml")
    26    -h, --help            help for site
    27  ```
    28  
    29  ### Options inherited from parent commands
    30  
    31  ```
    32        --config string    config file (default is path/config.yaml|json|toml)
    33        --debug            debug output
    34        --log              enable Logging
    35        --logFile string   log File path (if set, logging enabled automatically)
    36        --quiet            build in quiet mode
    37    -s, --source string    filesystem path to read files relative from
    38    -v, --verbose          verbose output
    39        --verboseLog       verbose logging
    40  ```
    41  
    42  ### SEE ALSO
    43  
    44  * [hugo new](/commands/hugo_new/)	 - Create new content for your site
    45  
    46  ###### Auto generated by spf13/cobra on 17-Aug-2018