Remove the hugo-nav function
authorNoah Campbell <noahcampbell@gmail.com>
Tue, 5 Nov 2013 22:28:06 +0000 (22:28 +0000)
committerNoah Campbell <noahcampbell@gmail.com>
Tue, 5 Nov 2013 22:28:06 +0000 (22:28 +0000)
commit86233c00a0a04e8f0130a5970de8d40e6738ef74
tree772e16697927e7bc564e640f6524781699437f02
parent1cebce12ad2335e1140646763dd56009c57d6495
Remove the hugo-nav function

Remove the hugo-nav since it relied on a slow library.  The current
build reimplements the absurl functionality based on string replace.
Discovered that my prior implementation missed the requirement for
making absolute paths (/path) absolute with the host, whereas a relative
path is left untouched.  Updated the test cases to support this if this
is reimplemented.
hugolib/site.go
hugolib/site_test.go
hugolib/site_url_test.go
transform/absurl.go
transform/chain.go
transform/chain_test.go
transform/nav.go [deleted file]
transform/nav_test.go [deleted file]
transform/posttrans_test.go