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 --clock="" set the clock used by Hugo, e.g. --clock
26 2021-11-06T22:30:00.00+09:00
27
28
29 -e, --environment="" build environment
30
31
32 -h, --help[=false] help for convert
33
34
35 --ignoreVendorPaths="" ignores any _vendor for module paths match‐
36 ing the given Glob pattern
37
38
39 -o, --output="" filesystem path to write files to
40
41
42 -s, --source="" filesystem path to read files relative from
43
44
45 --themesDir="" filesystem path to themes directory
46
47
48 --unsafe[=false] enable less safe operations, please backup first
49
50
51
53 --config="" config file (default is hugo.yaml|json|toml)
54
55
56 --configDir="config" config dir
57
58
59 --debug[=false] debug output
60
61
62 --log[=false] enable Logging
63
64
65 --logFile="" log File path (if set, logging enabled automatically)
66
67
68 --quiet[=false] build in quiet mode
69
70
71 -v, --verbose[=false] verbose output
72
73
74 --verboseLog[=false] verbose logging
75
76
77
79 hugo(1), hugo-convert-toJSON(1), hugo-convert-toTOML(1), hugo-convert-
80 toYAML(1)
81
82
83
84Hugo 0.111.3 Jul 2023 HUGO-CONVERT(1)