github.com/rabbouni145/gg@v0.47.1/docs/content/en/commands/hugo_config.md (about) 1 --- 2 date: 2018-08-17 3 title: "hugo config" 4 slug: hugo_config 5 url: /commands/hugo_config/ 6 --- 7 ## hugo config 8 9 Print the site configuration 10 11 ### Synopsis 12 13 Print the site configuration, both default and custom settings. 14 15 ``` 16 hugo config [flags] 17 ``` 18 19 ### Options 20 21 ``` 22 -h, --help help for config 23 -s, --source string filesystem path to read files relative from 24 ``` 25 26 ### Options inherited from parent commands 27 28 ``` 29 --config string config file (default is path/config.yaml|json|toml) 30 --debug debug output 31 --log enable Logging 32 --logFile string log File path (if set, logging enabled automatically) 33 --quiet build in quiet mode 34 -v, --verbose verbose output 35 --verboseLog verbose logging 36 ``` 37 38 ### SEE ALSO 39 40 * [hugo](/commands/hugo/) - hugo builds your site 41 42 ###### Auto generated by spf13/cobra on 17-Aug-2018