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 --clock="" set the clock used by Hugo, e.g. --clock
32 2021-11-06T22:30:00.00+09:00
33
34
35 --config="" config file (default is hugo.yaml|json|toml)
36
37
38 --configDir="config" config dir
39
40
41 --debug[=false] debug output
42
43
44 -e, --environment="" build environment
45
46
47 --ignoreVendorPaths="" ignores any _vendor for module paths match‐
48 ing the given Glob pattern
49
50
51 --log[=false] enable Logging
52
53
54 --logFile="" log File path (if set, logging enabled automatically)
55
56
57 --quiet[=false] build in quiet mode
58
59
60 -s, --source="" filesystem path to read files relative from
61
62
63 --themesDir="" filesystem path to themes directory
64
65
66 -v, --verbose[=false] verbose output
67
68
69 --verboseLog[=false] verbose logging
70
71
72
74 hugo-gen(1)
75
76
77
78Hugo 0.111.3 Jul 2023 HUGO-GEN-MAN(1)