From d1d2406cc6add7803b75f6db8baabeb1e6fed8c3 Mon Sep 17 00:00:00 2001 From: Gitiot Date: Thu, 7 Mar 2019 20:48:10 +0800 Subject: [PATCH] Updated Hugo convert to clarify for and not .. .. for configuration files. --- content/en/commands/hugo_convert.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/commands/hugo_convert.md b/content/en/commands/hugo_convert.md index 7f95c3675..f04338066 100644 --- a/content/en/commands/hugo_convert.md +++ b/content/en/commands/hugo_convert.md @@ -10,10 +10,12 @@ Convert your content to different formats ### Synopsis -Convert your content (e.g. front matter) to different formats. +Convert your content files (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 ```