mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
@@ -1,5 +1,5 @@
|
||||
---
|
||||
date: 2015-08-04T03:11:10-06:00
|
||||
date: 2015-09-08T22:45:13-06:00
|
||||
title: "hugo convert toJSON"
|
||||
slug: hugo_convert_toJSON
|
||||
url: /commands/hugo_convert_tojson/
|
||||
@@ -18,16 +18,10 @@ to use JSON for the front matter.
|
||||
hugo convert toJSON
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
-h, --help[=false]: help for toJSON
|
||||
```
|
||||
|
||||
### 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/
|
||||
@@ -45,7 +39,7 @@ hugo convert toJSON
|
||||
-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/
|
||||
--unsafe[=false]: enable less safe operations, please backup first
|
||||
-v, --verbose[=false]: verbose output
|
||||
--verboseLog[=false]: verbose logging
|
||||
@@ -54,4 +48,4 @@ hugo convert toJSON
|
||||
### SEE ALSO
|
||||
* [hugo convert](/commands/hugo_convert/) - Convert your content to different formats
|
||||
|
||||
###### Auto generated by spf13/cobra at 2015-08-04 09:11:10.029372273 +0000 UTC
|
||||
###### Auto generated by spf13/cobra on 8-Sep-2015
|
||||
|
||||
Reference in New Issue
Block a user