1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

docs: Regenerate the commands docs

This commit is contained in:
Bjørn Erik Pedersen
2016-04-09 23:01:55 +02:00
parent b7efbdc12f
commit ff7eec2f48
24 changed files with 273 additions and 289 deletions

View File

@@ -1,5 +1,5 @@
---
date: 2015-12-16T09:24:56-07:00
date: 2016-04-09T23:00:06+02:00
title: "hugo new site"
slug: hugo_new_site
url: /commands/hugo_new_site/
@@ -22,21 +22,21 @@ hugo new site [path]
### Options
```
--force[=false]: Init inside non-empty directory
-f, --format="toml": config & frontmatter format
--force Init inside non-empty directory
-f, --format string config & frontmatter format (default "toml")
```
### Options inherited from parent commands
```
--log[=false]: Enable Logging
--logFile="": Log File path (if set, logging enabled automatically)
-s, --source="": filesystem path to read files relative from
-v, --verbose[=false]: verbose output
--verboseLog[=false]: verbose logging
--log Enable Logging
--logFile string Log File path (if set, logging enabled automatically)
-s, --source string filesystem path to read files relative from
-v, --verbose verbose output
--verboseLog verbose logging
```
### SEE ALSO
* [hugo new](/commands/hugo_new/) - Create new content for your site
###### Auto generated by spf13/cobra on 16-Dec-2015
###### Auto generated by spf13/cobra on 9-Apr-2016