Renamed Indexes to Taxonomies. Old template and config parameters still work.
authorspf13 <steve.francia@gmail.com>
Wed, 9 Apr 2014 03:15:57 +0000 (23:15 -0400)
committerspf13 <steve.francia@gmail.com>
Wed, 9 Apr 2014 21:15:04 +0000 (17:15 -0400)
commit93bcddebb3030705dcb643dffb65890a270b5182
tree46dac123f4ea8320d7dde2823b0d7c7df75688d0
parentaae6fa0b6b6319187992231baf773768585820d6
Renamed Indexes to Taxonomies. Old template and config parameters still work.
commands/hugo.go
hugolib/index.go [deleted file]
hugolib/indexing_test.go [deleted file]
hugolib/page_index_test.go [deleted file]
hugolib/page_taxonomy_test.go [new file with mode: 0644]
hugolib/site.go
hugolib/site_test.go
hugolib/site_url_test.go
hugolib/taxonomy.go [new file with mode: 0644]
hugolib/taxonomy_test.go [new file with mode: 0644]