2015-05-13 15:31:30 +02:00
|
|
|
---
|
2016-12-20 09:39:12 +01:00
|
|
|
date: 2016-12-20T09:38:40+01:00
|
2015-05-13 15:31:30 +02:00
|
|
|
title: "hugo config"
|
|
|
|
slug: hugo_config
|
|
|
|
url: /commands/hugo_config/
|
|
|
|
---
|
|
|
|
## hugo config
|
|
|
|
|
|
|
|
Print the site configuration
|
|
|
|
|
|
|
|
### Synopsis
|
|
|
|
|
|
|
|
|
2015-08-04 03:15:12 -06:00
|
|
|
Print the site configuration, both default and custom settings.
|
2015-05-13 15:31:30 +02:00
|
|
|
|
|
|
|
```
|
|
|
|
hugo config
|
|
|
|
```
|
|
|
|
|
2015-12-11 09:50:36 -07:00
|
|
|
### Options inherited from parent commands
|
|
|
|
|
|
|
|
```
|
2016-10-05 10:23:45 +02:00
|
|
|
--config string config file (default is path/config.yaml|json|toml)
|
2016-04-09 23:01:55 +02:00
|
|
|
--log Enable Logging
|
|
|
|
--logFile string Log File path (if set, logging enabled automatically)
|
2016-12-20 09:39:12 +01:00
|
|
|
--quiet build in quiet mode
|
2016-04-09 23:01:55 +02:00
|
|
|
-v, --verbose verbose output
|
|
|
|
--verboseLog verbose logging
|
2015-05-13 15:31:30 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
### SEE ALSO
|
2015-05-21 13:30:01 +02:00
|
|
|
* [hugo](/commands/hugo/) - hugo builds your site
|
2015-05-13 15:31:30 +02:00
|
|
|
|
2016-12-20 09:39:12 +01:00
|
|
|
###### Auto generated by spf13/cobra on 20-Dec-2016
|