1HUGO-VERSION(1)Nov(2019) HUGO-VERSION(1)Nov(2019)
2
3
4
5Hugo 0.59.1 Hugo Manual
6
7
9 hugo-version - Print the version number of Hugo
10
11
12
14 hugo version [flags]
15
16
17
19 All software has versions. This is Hugo's.
20
21
22
24 -h, --help[=false] help for version
25
26
27
29 --config="" config file (default is path/config.yaml|json|toml)
30
31
32 --configDir="config" config dir
33
34
35 --debug[=false] debug output
36
37
38 -e, --environment="" build environment
39
40
41 --ignoreVendor[=false] ignores any _vendor directory
42
43
44 --log[=false] enable Logging
45
46
47 --logFile="" log File path (if set, logging enabled automatically)
48
49
50 --quiet[=false] build in quiet mode
51
52
53 -s, --source="" filesystem path to read files relative from
54
55
56 --themesDir="" filesystem path to themes directory
57
58
59 -v, --verbose[=false] verbose output
60
61
62 --verboseLog[=false] verbose logging
63
64
65
67 hugo(1)
68
69
70
71 HUGO-VERSION(1)Nov(2019)