hugo/hugolib
spf13 b580a25d1f Better error handling when rendering error found when in watch mode
In watch mode it should continue to watch for changes, in any other mode it should exit with a -1 error code so can check for success when scripting
2013-10-25 18:03:14 -04:00
..
benchmark_test.go
config.go
index.go Adding support for ordering content in indexes by other than date (weighted indexes) 2013-10-24 15:24:47 -07:00
indexing_test.go
metadata.go Adding support for date field in front matter as date (as TOML provides) 2013-10-24 15:18:57 -07:00
node.go simplified buildSite & better error handling around it 2013-10-09 19:14:26 -04:00
page.go Adding support for date field in front matter as date (as TOML provides) 2013-10-24 15:18:57 -07:00
page_index_test.go
page_permalink_test.go Permalink to include multiple directories levels 2013-10-08 18:44:15 +02:00
page_test.go Adding support for more front matter types (int, float & date) 2013-10-24 14:31:04 -07:00
page_time_integration_test.go Adding support for date field in front matter as date (as TOML provides) 2013-10-24 15:18:57 -07:00
path.go
path_seperators_test.go Refactor layout selection code 2013-10-08 18:44:15 +02:00
planner.go Refactor layout selection code 2013-10-08 18:44:15 +02:00
redis.cn.md
shortcode.go
site.go Better error handling when rendering error found when in watch mode 2013-10-25 18:03:14 -04:00
site_show_plan_test.go
site_test.go Adding support for ordering content in indexes by other than date (weighted indexes) 2013-10-24 15:24:47 -07:00
site_url_test.go
summary.go