github.com/lyeb/hugo@v0.47.1/docs/content/en/commands/hugo_list.md (about)

     1  ---
     2  date: 2018-08-17
     3  title: "hugo list"
     4  slug: hugo_list
     5  url: /commands/hugo_list/
     6  ---
     7  ## hugo list
     8  
     9  Listing out various types of content
    10  
    11  ### Synopsis
    12  
    13  Listing out various types of content.
    14  
    15  List requires a subcommand, e.g. `hugo list drafts`.
    16  
    17  ### Options
    18  
    19  ```
    20    -h, --help            help for list
    21    -s, --source string   filesystem path to read files relative from
    22  ```
    23  
    24  ### Options inherited from parent commands
    25  
    26  ```
    27        --config string    config file (default is path/config.yaml|json|toml)
    28        --debug            debug output
    29        --log              enable Logging
    30        --logFile string   log File path (if set, logging enabled automatically)
    31        --quiet            build in quiet mode
    32    -v, --verbose          verbose output
    33        --verboseLog       verbose logging
    34  ```
    35  
    36  ### SEE ALSO
    37  
    38  * [hugo](/commands/hugo/)	 - hugo builds your site
    39  * [hugo list drafts](/commands/hugo_list_drafts/)	 - List all drafts
    40  * [hugo list expired](/commands/hugo_list_expired/)	 - List all posts already expired
    41  * [hugo list future](/commands/hugo_list_future/)	 - List all posts dated in the future
    42  
    43  ###### Auto generated by spf13/cobra on 17-Aug-2018