Renamed Indexes to Taxonomies. Old template and config parameters still work.

This commit is contained in:
spf13
2014-04-08 23:15:57 -04:00
parent aae6fa0b6b
commit 93bcddebb3
8 changed files with 171 additions and 150 deletions

View File

@@ -84,6 +84,8 @@ func InitializeConfig() {
viper.AddConfigPath(Source)
viper.ReadInConfig()
viper.RegisterAlias("taxonomies", "indexes")
viper.SetDefault("ContentDir", "content")
viper.SetDefault("LayoutDir", "layouts")
viper.SetDefault("StaticDir", "static")