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