hugo/hugolib
Phil Pennock 438c219892 Add canonifyurls config option.
Be able to inhibit AbsURL canonicalization of content, on a site
configuration basis. Advantages of being able to inhibit this include
making it easier to rendering on other hostnames, and being able to
include resources on http or https depending on how this page was
retrieved, avoiding mixed-mode client complaints without adding latency
for plain http.
2014-01-13 10:06:12 -05:00
..
benchmark_test.go
config.go Add canonifyurls config option. 2014-01-13 10:06:12 -05:00
index.go Complete refactor of indexes, move (and rewrite) page sorting to page.go, add tests 2013-12-20 09:10:05 -05:00
indexing_test.go
metadata.go
node.go
page.go Adding page sorting by weight function (the default) 2013-12-28 12:56:12 -05:00
page_index_test.go Big index overhaul. Now supporting ordering tokens by count or alphabetically. Also made full indexes available to the Site variable. 2013-10-25 18:40:55 -04:00
page_permalink_test.go fixed trailing dir slash when using slug 2013-11-20 15:32:22 -08:00
page_test.go Allowing empty files (ignored) so you can touch a new file while watching 2013-12-28 13:47:34 -05:00
page_time_integration_test.go
path.go
path_seperators_test.go
permalinks.go Reorganize helpers 2013-12-05 09:29:41 -05:00
permalinks_test.go configurable permalinks support 2013-11-18 13:32:56 -08:00
planner.go
redis.cn.md
rss_test.go Gofmt 2013-12-16 17:40:10 -05:00
shortcode.go Adding some embedded short codes (including code highlighting) 2014-01-10 21:27:32 -05:00
site.go Add canonifyurls config option. 2014-01-13 10:06:12 -05:00
site_show_plan_test.go
site_test.go Add canonifyurls config option. 2014-01-13 10:06:12 -05:00
site_url_test.go Remove the hugo-nav function 2013-11-05 22:28:06 +00:00
siteinfo_test.go Gofmt 2013-12-16 17:40:10 -05:00
summary.go