Removing check for directory: static, layouts
authorNoah Campbell <noahcampbell@gmail.com>
Thu, 31 Oct 2013 22:46:55 +0000 (15:46 -0700)
committerNoah Campbell <noahcampbell@gmail.com>
Thu, 31 Oct 2013 23:06:24 +0000 (16:06 -0700)
commit789aa6ad76fe2f6c7b911da6042a7f2a697e94ea
treea4ca4ed96226aaac02ef103833a8e0f2b8b97949
parent861472bea5df68d752f21dd8d230df02c6ef7c38
Removing check for directory: static, layouts

Removed these checks so a single file in content can generate a site.

For example, given a site with a content directory and an index.html,
running hugo -s dir will generate a project without any more input.
commands/hugo.go
hugolib/site.go