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