1
0
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:
bep
2015-05-21 13:30:01 +02:00
parent fc946ded29
commit be831d7409
21 changed files with 150 additions and 72 deletions

View File

@@ -1,5 +1,5 @@
---
date: 2015-05-13T11:12:54+02:00
date: 2015-05-21T13:28:49+02:00
title: "hugo list"
slug: hugo_list
url: /commands/hugo_list/
@@ -24,7 +24,7 @@ Listing out various types of content. List requires a subcommand, eg. hugo list
```
-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
@@ -44,8 +44,8 @@ Listing out various types of content. List requires a subcommand, eg. hugo list
```
### SEE ALSO
* [hugo](/commands/hugo/) - Hugo is a very fast static site generator
* [hugo](/commands/hugo/) - hugo builds your site
* [hugo list drafts](/commands/hugo_list_drafts/) - List all drafts
* [hugo list future](/commands/hugo_list_future/) - List all posts dated in the future
###### Auto generated by spf13/cobra at 2015-05-13 09:12:54.403804713 +0000 UTC
###### Auto generated by spf13/cobra at 2015-05-21 11:28:49.112250848 +0000 UTC