Introduce source.Filesystem
authorNoah Campbell <noahcampbell@gmail.com>
Thu, 5 Sep 2013 05:28:59 +0000 (22:28 -0700)
committerNoah Campbell <noahcampbell@gmail.com>
Thu, 5 Sep 2013 05:42:52 +0000 (22:42 -0700)
commit610c06e6589770d950d8fd4e01efd90b132fcff5
tree859f0cb1ce70875175d3910e4ccd05fdd8173393
parentd4d9da9f3a6358e8325d0c3f973a5842ef3be039
Introduce source.Filesystem

This provides an abstraction over how files are processed by Hugo.  This
allows for alternatives like CMS systems or Dropbox, etc.
hugolib/content_directory_test.go [deleted file]
hugolib/planner.go
hugolib/site.go
hugolib/site_show_plan_test.go
hugolib/site_url_test.go
source/content_directory_test.go [new file with mode: 0644]
source/filesystem.go [new file with mode: 0644]
source/filesystem_test.go [new file with mode: 0644]
target/file.go