mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-29 22:29:56 +02:00
@@ -1,5 +1,5 @@
|
||||
---
|
||||
date: 2019-01-30
|
||||
date: 2019-03-26
|
||||
title: "hugo convert"
|
||||
slug: hugo_convert
|
||||
url: /commands/hugo_convert/
|
||||
@@ -10,12 +10,10 @@ Convert your content to different formats
|
||||
|
||||
### Synopsis
|
||||
|
||||
Convert your content files (front matter) to different formats.
|
||||
Convert your content (e.g. front matter) to different formats.
|
||||
|
||||
See convert's subcommands toJSON, toTOML and toYAML for more information.
|
||||
|
||||
**Please Note:** This will convert front matter only. It does not convert theme and configuration files (e.g. config.toml, theme.toml). Those files will need to be manually changed to your preference.
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
@@ -45,4 +43,4 @@ See convert's subcommands toJSON, toTOML and toYAML for more information.
|
||||
* [hugo convert toTOML](/commands/hugo_convert_totoml/) - Convert front matter to TOML
|
||||
* [hugo convert toYAML](/commands/hugo_convert_toyaml/) - Convert front matter to YAML
|
||||
|
||||
###### Auto generated by spf13/cobra on 30-Jan-2019
|
||||
###### Auto generated by spf13/cobra on 26-Mar-2019
|
||||
|
Reference in New Issue
Block a user