Allow non-markdown content in content directory
authorNoah Campbell <noahcampbell@gmail.com>
Wed, 18 Sep 2013 21:21:27 +0000 (14:21 -0700)
committerNoah Campbell <noahcampbell@gmail.com>
Wed, 18 Sep 2013 21:21:27 +0000 (14:21 -0700)
commit311e10222301d47422f970c460383879ad78f681
tree8015b7ec256d90675a83f0444e27fd87cf06b0d1
parent5374242ff7b6cc1677baf9a1dd2b835d8ee6d18f
Allow non-markdown content in content directory

Allow content that is not markdown and does not need to be rendered to
exists in the content directory.  Currently any valid html or xml
document can exist.  Templates are applied to these documents as well.
If you need to have content that doesn't have templates or AbsUrlify
like operations, then continue to put this content in static and it will
be copied over.
hugolib/page.go
hugolib/page_test.go
hugolib/planner.go
hugolib/site.go
hugolib/site_test.go