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

SEE ALSO

79       hugo(1), hugo-convert-toJSON(1), hugo-convert-toTOML(1),  hugo-convert-
80       toYAML(1)
81
82
83
84Hugo 0.101.0                       Oct 2022                    HUGO-CONVERT(1)
Impressum