1HUGO-CONFIG(1) Hugo Manual HUGO-CONFIG(1)
2
3
4
6 hugo-config - Print the site configuration
7
8
9
11 hugo config [flags]
12
13
14
16 Print the site configuration, both default and custom settings.
17
18
19
21 --clock="" set the clock used by Hugo, e.g. --clock
22 2021-11-06T22:30:00.00+09:00
23
24
25 -e, --environment="" build environment
26
27
28 -h, --help[=false] help for config
29
30
31 --ignoreVendorPaths="" ignores any _vendor for module paths match‐
32 ing the given Glob pattern
33
34
35 -s, --source="" filesystem path to read files relative from
36
37
38 --themesDir="" filesystem path to themes directory
39
40
41
43 --config="" config file (default is hugo.yaml|json|toml)
44
45
46 --configDir="config" config dir
47
48
49 --debug[=false] debug output
50
51
52 --log[=false] enable Logging
53
54
55 --logFile="" log File path (if set, logging enabled automatically)
56
57
58 --quiet[=false] build in quiet mode
59
60
61 -v, --verbose[=false] verbose output
62
63
64 --verboseLog[=false] verbose logging
65
66
67
69 hugo(1), hugo-config-mounts(1)
70
71
72
73Hugo 0.111.3 Jul 2023 HUGO-CONFIG(1)