hugo/commands
Anthony Fok 4047ca5c3c Search current directory for config file by default
As of 2015-08-16, Viper no longer searches the CWD
for config file by default to avoid unintended surprises,
but Hugo relies on the original behaviour.

Fixed by calling

    viper.AddConfigPath(".")

at the appropriate place.

See https://github.com/spf13/viper/issues/73 for more information.

Fixes #1363
2015-08-19 00:36:22 -06:00
..
benchmark.go Improve formatting of Hugo command descriptions 2015-08-04 03:19:57 -06:00
check.go Improve formatting of Hugo command descriptions 2015-08-04 03:19:57 -06:00
convert.go Improve formatting of Hugo command descriptions 2015-08-04 03:19:57 -06:00
genautocomplete.go Print feedback for hugo genautocomplete 2015-08-09 17:59:44 +02:00
gendoc.go Print feedback for hugo gendoc 2015-08-09 17:58:01 +02:00
hugo.go Search current directory for config file by default 2015-08-19 00:36:22 -06:00
limit_darwin.go
limit_others.go
list.go Improve formatting of Hugo command descriptions 2015-08-04 03:19:57 -06:00
list_config.go Improve formatting of Hugo command descriptions 2015-08-04 03:19:57 -06:00
new.go Improve formatting of Hugo command descriptions 2015-08-04 03:19:57 -06:00
new_test.go
server.go Add a check for the setting of watch flag in config file 2015-07-20 14:20:07 +02:00
server_test.go
undraft.go Revert "Fix some Go code doc issues" 2015-08-07 20:09:40 +02:00
undraft_test.go
version.go Improve formatting of Hugo command descriptions 2015-08-04 03:19:57 -06:00