1HUGO-CONVERT-TOYAML(1) Hugo Manual HUGO-CONVERT-TOYAML(1)
2
3
4
6 hugo-convert-toYAML - Convert front matter to YAML
7
8
9
11 hugo convert toYAML [flags]
12
13
14
16 toYAML converts all front matter in the content directory to use YAML
17 for the front matter.
18
19
20
22 -h, --help[=false]
23 help for toYAML
24
25
26
28 --config=""
29 config file (default is path/config.yaml|json|toml)
30
31
32 --configDir="config"
33 config dir
34
35
36 --debug[=false]
37 debug output
38
39
40 --log[=false]
41 enable Logging
42
43
44 --logFile=""
45 log File path (if set, logging enabled automatically)
46
47
48 -o, --output=""
49 filesystem path to write files to
50
51
52 --quiet[=false]
53 build in quiet mode
54
55
56 -s, --source=""
57 filesystem path to read files relative from
58
59
60 --unsafe[=false]
61 enable less safe operations, please backup first
62
63
64 -v, --verbose[=false]
65 verbose output
66
67
68 --verboseLog[=false]
69 verbose logging
70
71
72
74 hugo-convert(1)
75
76
77
78Hugo 0.55.6 May 2019 HUGO-CONVERT-TOYAML(1)