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/"
24 the directory to write the man pages.
25
26
27 -h, --help[=false]
28 help for man
29
30
31
33 --config=""
34 config file (default is path/config.yaml|json|toml)
35
36
37 --configDir="config"
38 config dir
39
40
41 --debug[=false]
42 debug output
43
44
45 --log[=false]
46 enable Logging
47
48
49 --logFile=""
50 log File path (if set, logging enabled automatically)
51
52
53 --quiet[=false]
54 build in quiet mode
55
56
57 -v, --verbose[=false]
58 verbose output
59
60
61 --verboseLog[=false]
62 verbose logging
63
64
65
67 hugo-gen(1)
68
69
70
71Hugo 0.55.6 May 2019 HUGO-GEN-MAN(1)