1HUGO-CONVERT(1) Hugo Manual HUGO-CONVERT(1)
2
3
4
6 hugo-convert - Convert your content to different formats
7
8
9
11 hugo convert [flags]
12
13
14
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
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
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 --ignoreVendor[=false] ignores any _vendor directory
49
50
51 --ignoreVendorPaths="" ignores any _vendor for module paths match‐
52 ing the given Glob pattern
53
54
55 --log[=false] enable Logging
56
57
58 --logFile="" log File path (if set, logging enabled automatically)
59
60
61 --quiet[=false] build in quiet mode
62
63
64 -s, --source="" filesystem path to read files relative from
65
66
67 --themesDir="" filesystem path to themes directory
68
69
70 -v, --verbose[=false] verbose output
71
72
73 --verboseLog[=false] verbose logging
74
75
76
78 hugo(1), hugo-convert-toJSON(1), hugo-convert-toTOML(1), hugo-con‐
79 vert-toYAML(1)
80
81
82
83Hugo 0.80.0 Jan 2021 HUGO-CONVERT(1)