mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
Add --format to hugo config
Now default to TOML.
This commit is contained in:
@ -5,6 +5,8 @@ stdout 'Print the site configuration'
|
||||
|
||||
|
||||
hugo config
|
||||
stdout 'baseurl = .https://example.com/'
|
||||
hugo config --format json
|
||||
stdout '\"baseurl\": \"https://example.com/\",'
|
||||
|
||||
hugo config mounts -h
|
||||
|
Reference in New Issue
Block a user