mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
Fix CLI command description for the top level
And regenerate the commands doc.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
date: 2015-05-13T11:12:54+02:00
|
||||
date: 2015-05-21T13:28:49+02:00
|
||||
title: "hugo new theme"
|
||||
slug: hugo_new_theme
|
||||
url: /commands/hugo_new_theme/
|
||||
@@ -32,7 +32,7 @@ hugo new theme [name]
|
||||
```
|
||||
-b, --baseUrl="": hostname (and path) to the root eg. http://spf13.com/
|
||||
-D, --buildDrafts=false: include content marked as draft
|
||||
-F, --buildFuture=false: include content with datePublished in the future
|
||||
-F, --buildFuture=false: include content with publishdate in the future
|
||||
--cacheDir="": filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
|
||||
--config="": config file (default is path/config.yaml|json|toml)
|
||||
-d, --destination="": filesystem path to write files to
|
||||
@@ -54,4 +54,4 @@ hugo new theme [name]
|
||||
### SEE ALSO
|
||||
* [hugo new](/commands/hugo_new/) - Create new content for your site
|
||||
|
||||
###### Auto generated by spf13/cobra at 2015-05-13 09:12:54.402953514 +0000 UTC
|
||||
###### Auto generated by spf13/cobra at 2015-05-21 11:28:49.111401382 +0000 UTC
|
||||
|
||||
Reference in New Issue
Block a user