1HUGO-LIST(1) Hugo Manual HUGO-LIST(1)
2
3
4
6 hugo-list - Listing out various types of content
7
8
9
11 hugo list [flags]
12
13
14
16 Listing out various types of content.
17
18
19 List requires a subcommand, e.g. hugo list drafts.
20
21
22
24 -h, --help[=false] help for list
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 --ignoreVendorPaths="" ignores any _vendor for module paths match‐
45 ing the given Glob pattern
46
47
48 --log[=false] enable Logging
49
50
51 --logFile="" log File path (if set, logging enabled automatically)
52
53
54 --quiet[=false] build in quiet mode
55
56
57 -s, --source="" filesystem path to read files relative from
58
59
60 --themesDir="" filesystem path to themes directory
61
62
63 -v, --verbose[=false] verbose output
64
65
66 --verboseLog[=false] verbose logging
67
68
69
71 hugo(1), hugo-list-all(1), hugo-list-drafts(1), hugo-list-expired(1),
72 hugo-list-future(1)
73
74
75
76Hugo 0.80.0 Sep 2021 HUGO-LIST(1)