docs: Regenerate CLI docs

This commit is contained in:
Bjørn Erik Pedersen
2020-02-19 22:28:06 +01:00
parent 9bdedb251c
commit a5ebdf7d17
36 changed files with 132 additions and 81 deletions

View File

@@ -1,5 +1,5 @@
---
date: 2019-07-31
date: 2020-02-19
title: "hugo new"
slug: hugo_new
url: /commands/hugo_new/
@@ -26,7 +26,7 @@ hugo new [path] [flags]
### Options
```
-b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/
-b, --baseURL string hostname (and path) to the root, e.g. http://spf13.com/
-D, --buildDrafts include content marked as draft
-E, --buildExpired include expired content
-F, --buildFuture include content with publishdate in the future
@@ -77,4 +77,4 @@ hugo new [path] [flags]
* [hugo new site](/commands/hugo_new_site/) - Create a new site (skeleton)
* [hugo new theme](/commands/hugo_new_theme/) - Create a new theme
###### Auto generated by spf13/cobra on 31-Jul-2019
###### Auto generated by spf13/cobra on 19-Feb-2020