hugo/hugolib
Noah Campbell f28a8fa0c2 RenderThing test cases
Provide unit test support RenderThing.

One observation is that creating the site.Tmpl variable is a one time
event.  site.Tmpl doesn't like additional templates with the same name.
This means that updating a template while in --watch mode requires
throwing away the entire Site object and creating a new one.  Not that
this is a bad idea, but it is something I discovered while working on
these unit tests.
2013-08-23 16:21:28 -07:00
..
benchmark_test.go Fix benchmark so the buffer is read each time. 2013-08-23 14:16:37 -07:00
config.go
content_directory_test.go Test cases for ignoreDotFile 2013-08-23 14:57:21 -07:00
helpers.go
index.go
indexing_test.go Formatting cleanup 2013-08-17 23:52:16 -04:00
node.go Removing GetSection 2013-08-23 14:14:54 -07:00
page.go Removing GetSection 2013-08-23 14:14:54 -07:00
page_index_test.go
page_test.go Removing GetSection 2013-08-23 14:14:54 -07:00
page_time_integration_test.go
path_seperators_test.go
path_seperators_windows_test.go
redis.cn.md
shortcode.go
site.go RenderThing test cases 2013-08-23 16:21:28 -07:00
site_test.go RenderThing test cases 2013-08-23 16:21:28 -07:00