1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-03-21 19:41:29 +00:00
hugo/resources
Bjørn Erik Pedersen 7ff0a8ee9f Simplify page tree logic
This is preparation for .

For historic reasons, the code for bulding the section tree and the taxonomies were very much separate.

This works, but makes it hard to extend, maintain, and possibly not so fast as it could be.

This simplification also introduces 3 slightly breaking changes, which I suspect most people will be pleased about. See referenced issues:

This commit also switches the radix tree dependency to a mutable implementation: github.com/armon/go-radix.

Fixes 
Fixes 
Fixes 
2019-08-08 20:13:39 +02:00
..
internal
page Simplify page tree logic 2019-08-08 20:13:39 +02:00
resource
resource_factories
resource_transformers postcss: Fix no-map vs noMap discrepancy 2019-08-05 13:48:58 +02:00
testdata Fix image format detection for upper case extensions, e.g. JPG 2019-07-30 08:53:50 +02:00
image.go
image_cache.go resources: Fix image Width/Height regression 2019-07-28 12:34:18 +02:00
image_test.go Fix image format detection for upper case extensions, e.g. JPG 2019-07-30 08:53:50 +02:00
resource.go Fix assorted typos 2019-08-01 13:55:48 +02:00
resource_cache.go
resource_metadata.go
resource_metadata_test.go
resource_test.go
smartcrop.go
testhelpers_test.go resources: Fix test on Windows 2019-07-25 16:54:05 +02:00
transform.go Add proper error message when receiving nil in Resource transformation 2019-07-29 09:59:39 +02:00
transform_test.go