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

Complete the Url-to-URL transition in docs

See #959
This commit is contained in:
Anthony Fok
2015-09-08 23:29:04 -06:00
parent 29aa9baecd
commit db85299c00
25 changed files with 87 additions and 162 deletions

View File

@@ -1,5 +1,5 @@
---
date: 2015-08-04T03:11:10-06:00
date: 2015-09-08T22:45:13-06:00
title: "hugo list future"
slug: hugo_list_future
url: /commands/hugo_list_future/
@@ -18,16 +18,10 @@ posted in the future.
hugo list future
```
### Options
```
-h, --help[=false]: help for future
```
### Options inherited from parent commands
```
-b, --baseUrl="": hostname (and path) to the root eg. http://spf13.com/
-b, --baseURL="": hostname (and path) to the root, e.g. http://spf13.com/
-D, --buildDrafts[=false]: include content marked as draft
-F, --buildFuture[=false]: include content with publishdate in the future
--cacheDir="": filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
@@ -44,7 +38,7 @@ hugo list future
-s, --source="": filesystem path to read files relative from
--stepAnalysis[=false]: display memory and timing of different steps of the program
-t, --theme="": theme to use (located in /themes/THEMENAME/)
--uglyUrls[=false]: if true, use /filename.html instead of /filename/
--uglyURLs[=false]: if true, use /filename.html instead of /filename/
-v, --verbose[=false]: verbose output
--verboseLog[=false]: verbose logging
```
@@ -52,4 +46,4 @@ hugo list future
### SEE ALSO
* [hugo list](/commands/hugo_list/) - Listing out various types of content
###### Auto generated by spf13/cobra at 2015-08-04 09:11:10.030877499 +0000 UTC
###### Auto generated by spf13/cobra on 8-Sep-2015