hugo/resources
Bjørn Erik Pedersen 37609262dc Add Page.Contents with scope support
Note that this also adds a new `.ContentWithoutSummary` method, and to do that we had to unify the different summary types:

Both `auto` and `manual` now returns HTML. Before this commit, `auto` would return plain text. This could be considered to be a slightly breaking change, but for the better: Now you can treat the `.Summary` the same without thinking about where it comes from, and if you want plain text, pipe it into `{{ .Summary | plainify }}`.

Fixes #8680
Fixes #12761
Fixes #12778
Fixes #716
2024-08-29 16:45:21 +02:00
..
assets
images Fix compare of uints and ints in eq, gt etc. 2024-08-10 14:00:21 +02:00
internal Consolidate all hashing to the common/hashing package 2024-07-31 16:44:06 +02:00
jsconfig
kinds
page Add Page.Contents with scope support 2024-08-29 16:45:21 +02:00
postpub
resource Fix missing method NameNormalized panic 2024-08-25 23:17:26 +02:00
resource_factories resources: Add URI GetRemote error 2024-08-14 13:24:58 +02:00
resource_transformers identity: Use xxHash in hashstructure (note) 2024-07-31 16:44:06 +02:00
testdata Fix images.AutoOrient regression 2024-08-02 10:36:06 +02:00
docs.go
errorResource.go
image.go Shorten processed image filenames 2024-07-31 16:44:06 +02:00
image_cache.go
image_extended_test.go Shorten processed image filenames 2024-07-31 16:44:06 +02:00
image_test.go Shorten processed image filenames 2024-07-31 16:44:06 +02:00
post_publish.go
resource.go Replace the MD5 hashing of images with xxHash 2024-07-31 16:44:06 +02:00
resource_cache.go
resource_metadata.go
resource_spec.go
resource_spec_test.go
resource_test.go resources: Add BenchmarkHashImage 2024-07-31 16:44:06 +02:00
resources_integration_test.go Shorten processed image filenames 2024-07-31 16:44:06 +02:00
testhelpers_test.go
transform.go Consolidate all hashing to the common/hashing package 2024-07-31 16:44:06 +02:00
transform_integration_test.go
transform_test.go Shorten processed image filenames 2024-07-31 16:44:06 +02:00