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 convert toJSON"
slug: hugo_convert_toJSON
url: /commands/hugo_convert_tojson/
@@ -29,7 +29,7 @@ hugo convert toJSON
```
-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
@@ -53,4 +53,4 @@ hugo convert toJSON
### SEE ALSO
* [hugo convert](/commands/hugo_convert/) - Convert will modify your content to different formats
###### Auto generated by spf13/cobra at 2015-05-13 09:12:54.401801119 +0000 UTC
###### Auto generated by spf13/cobra at 2015-05-21 11:28:49.110137636 +0000 UTC