hugo/docs/content/commands/hugo_convert.md

43 lines
1.2 KiB
Markdown
Raw Normal View History

---
2016-10-05 04:23:45 -04:00
date: 2016-10-05T10:21:48+02:00
title: "hugo convert"
slug: hugo_convert
url: /commands/hugo_convert/
---
## hugo convert
Convert your content to different formats
### Synopsis
Convert your content (e.g. front matter) to different formats.
See convert's subcommands toJSON, toTOML and toYAML for more information.
### Options
```
2016-04-09 17:01:55 -04:00
-o, --output string filesystem path to write files to
-s, --source string filesystem path to read files relative from
--unsafe enable less safe operations, please backup first
```
### Options inherited from parent commands
```
2016-10-05 04:23:45 -04:00
--config string config file (default is path/config.yaml|json|toml)
2016-04-09 17:01:55 -04:00
--log Enable Logging
--logFile string Log File path (if set, logging enabled automatically)
-v, --verbose verbose output
--verboseLog verbose logging
```
### SEE ALSO
* [hugo](/commands/hugo/) - hugo builds your site
* [hugo convert toJSON](/commands/hugo_convert_tojson/) - Convert front matter to JSON
* [hugo convert toTOML](/commands/hugo_convert_totoml/) - Convert front matter to TOML
* [hugo convert toYAML](/commands/hugo_convert_toyaml/) - Convert front matter to YAML
2016-10-05 04:23:45 -04:00
###### Auto generated by spf13/cobra on 5-Oct-2016