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