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
20       information.
21
22
23

OPTIONS

25       -h, --help[=false]
26           help for convert
27
28
29       -o, --output=""
30           filesystem path to write files to
31
32
33       -s, --source=""
34           filesystem path to read files relative from
35
36
37       --unsafe[=false]
38           enable less safe operations, please backup first
39
40
41

OPTIONS INHERITED FROM PARENT COMMANDS

43       --config=""
44           config file (default is path/config.yaml|json|toml)
45
46
47       --configDir="config"
48           config dir
49
50
51       --debug[=false]
52           debug output
53
54
55       --log[=false]
56           enable Logging
57
58
59       --logFile=""
60           log File path (if set, logging enabled automatically)
61
62
63       --quiet[=false]
64           build in quiet mode
65
66
67       -v, --verbose[=false]
68           verbose output
69
70
71       --verboseLog[=false]
72           verbose logging
73
74
75

SEE ALSO

77       hugo(1), hugo-convert-toJSON(1), hugo-convert-toTOML(1),
78       hugo-convert-toYAML(1)
79
80
81
82Hugo 0.55.6                        May 2019                    HUGO-CONVERT(1)
Impressum