hugo/hugolib
Noah Campbell 085ce15f7c Adding ability to read from io.Reader
This allows for testing without relying on the file system.  Parsing algorithm to not read the entire file into memory.
2013-08-09 17:36:32 -07:00
..
config.go Adding support for destination dir, split out static 2013-07-26 18:06:13 -04:00
helpers.go Using MkdirAll instead of my own logic 2013-07-26 18:10:03 -04:00
index.go Added support for indexes of indexes & ordered indexes 2013-08-03 03:09:28 -04:00
node.go adding hugo 2013-07-04 11:32:55 -04:00
page.go Adding ability to read from io.Reader 2013-08-09 17:36:32 -07:00
page_test.go Adding ability to read from io.Reader 2013-08-09 17:36:32 -07:00
path_seperators_test.go Adding ability to read from io.Reader 2013-08-09 17:36:32 -07:00
shortcode.go adding hugo 2013-07-04 11:32:55 -04:00
site.go Introduce unit testing for page.go 2013-08-09 17:36:32 -07:00