projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8afff8c
)
Updated to work with the latest viper
author
spf13
<steve.francia@gmail.com>
Thu, 10 Apr 2014 18:24:18 +0000
(14:24 -0400)
committer
spf13
<steve.francia@gmail.com>
Thu, 10 Apr 2014 18:24:18 +0000
(14:24 -0400)
commands/hugo.go
patch
|
blob
|
history
diff --git
a/commands/hugo.go
b/commands/hugo.go
index b446e696a4ccfdcb8823ac555d027574528ab3e1..c5393e90fc95133a6e9ce9fb3783fa5a1411ed0f 100644
(file)
--- a/
commands/hugo.go
+++ b/
commands/hugo.go
@@
-84,7
+84,10
@@
func init() {
func InitializeConfig() {
viper.SetConfigName(CfgFile)
viper.AddConfigPath(Source)
- viper.ReadInConfig()
+ err := viper.ReadInConfig()
+ if err != nil {
+ jww.ERROR.Println("Config not found... using only defaults, stuff may not work")
+ }
viper.RegisterAlias("taxonomies", "indexes")