1HUGO-GEN-MAN(1)Nov(2019) HUGO-GEN-MAN(1)Nov(2019)
2
3
4
5Hugo 0.59.1 Hugo Manual
6
7
9 hugo-gen-man - Generate man pages for the Hugo CLI
10
11
12
14 hugo gen man [flags]
15
16
17
19 This command automatically generates up-to-date man pages of Hugo's
20 command-line interface. By default, it creates the man page files in
21 the "man" directory under the current directory.
22
23
24
26 --dir="man/" the directory to write the man pages.
27
28
29 -h, --help[=false] help for man
30
31
32
34 --config="" config file (default is path/config.yaml|json|toml)
35
36
37 --configDir="config" config dir
38
39
40 --debug[=false] debug output
41
42
43 -e, --environment="" build environment
44
45
46 --ignoreVendor[=false] ignores any _vendor directory
47
48
49 --log[=false] enable Logging
50
51
52 --logFile="" log File path (if set, logging enabled automatically)
53
54
55 --quiet[=false] build in quiet mode
56
57
58 -s, --source="" filesystem path to read files relative from
59
60
61 --themesDir="" filesystem path to themes directory
62
63
64 -v, --verbose[=false] verbose output
65
66
67 --verboseLog[=false] verbose logging
68
69
70
72 hugo-gen(1)
73
74
75
76 HUGO-GEN-MAN(1)Nov(2019)