hugo/resources/resource
Bjørn Erik Pedersen f9978ed164
Image resource refactor
This commit pulls most of the image related logic into its own package, to make it easier to reason about and extend.

This is also a rewrite of the transformation logic used in Hugo Pipes, mostly to allow constructs like the one below:

    {{ ($myimg | fingerprint ).Width }}

Fixes #5903
Fixes #6234
Fixes #6266
2019-08-26 15:00:44 +02:00
..
dates.go Make Page an interface 2019-03-23 18:51:22 +01:00
params.go Add Hugo Modules 2019-07-24 09:35:53 +02:00
resource_helpers.go Make Page an interface 2019-03-23 18:51:22 +01:00
resources.go Add resources.Match and resources.GetMatch 2019-08-13 11:44:20 +02:00
resourcetypes.go Image resource refactor 2019-08-26 15:00:44 +02:00