1HUGO-CONVERT(1)                   Hugo Manual                  HUGO-CONVERT(1)
2
3
4

NAME

6       hugo-convert - Convert your content to different formats
7
8
9

SYNOPSIS

11       hugo convert [flags]
12
13
14

DESCRIPTION

16       Convert your content (e.g. front matter) to different formats.
17
18
19       See  convert's  subcommands toJSON, toTOML and toYAML for more informa‐
20       tion.
21
22
23

OPTIONS

25       -h, --help[=false]      help for convert
26
27
28       -o, --output=""      filesystem path to write files to
29
30
31       --unsafe[=false]      enable less safe operations, please backup first
32
33
34

OPTIONS INHERITED FROM PARENT COMMANDS

36       --config=""      config file (default is path/config.yaml|json|toml)
37
38
39       --configDir="config"      config dir
40
41
42       --debug[=false]      debug output
43
44
45       -e, --environment=""      build environment
46
47
48       --ignoreVendorPaths=""      ignores any _vendor for module paths match‐
49       ing the given Glob pattern
50
51
52       --log[=false]      enable Logging
53
54
55       --logFile=""      log File path (if set, logging enabled automatically)
56
57
58       --quiet[=false]      build in quiet mode
59
60
61       -s, --source=""      filesystem path to read files relative from
62
63
64       --themesDir=""      filesystem path to themes directory
65
66
67       -v, --verbose[=false]      verbose output
68
69
70       --verboseLog[=false]      verbose logging
71
72
73

SEE ALSO

75       hugo(1),  hugo-convert-toJSON(1), hugo-convert-toTOML(1), hugo-convert-
76       toYAML(1)
77
78
79
80Hugo 0.93.3                        May 2022                    HUGO-CONVERT(1)
Impressum