hugo

Fork of github.com/gohugoio/hugo with reverse pagination support

git clone git://git.shimmy1996.com/hugo.git

hugo_config_mounts.md (1289B)

    1 ---
    2 title: "hugo config mounts"
    3 slug: hugo_config_mounts
    4 url: /commands/hugo_config_mounts/
    5 ---
    6 ## hugo config mounts
    7 
    8 Print the configured file mounts
    9 
   10 ```
   11 hugo config mounts [flags]
   12 ```
   13 
   14 ### Options
   15 
   16 ```
   17   -h, --help   help for mounts
   18 ```
   19 
   20 ### Options inherited from parent commands
   21 
   22 ```
   23       --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
   24       --config string              config file (default is path/config.yaml|json|toml)
   25       --configDir string           config dir (default "config")
   26       --debug                      debug output
   27   -e, --environment string         build environment
   28       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
   29       --log                        enable Logging
   30       --logFile string             log File path (if set, logging enabled automatically)
   31       --quiet                      build in quiet mode
   32   -s, --source string              filesystem path to read files relative from
   33       --themesDir string           filesystem path to themes directory
   34   -v, --verbose                    verbose output
   35       --verboseLog                 verbose logging
   36 ```
   37 
   38 ### SEE ALSO
   39 
   40 * [hugo config](/commands/hugo_config/)	 - Print the site configuration
   41