hugo/common
Bjørn Erik Pedersen ef0e7149d6 Add $image.Process
Which supports all the existing actions: resize, crop, fit, fill.

But it also allows plain format conversions:

```
{{ $img = $img.Process "webp" }}
```

Which will be a simple re-encoding of the source image.

Fixes #11483
2023-09-24 11:54:29 +02:00
..
collections common/collections: Fix append regression to allow appending nil 2023-06-28 09:41:36 +02:00
constants
herrors Improve error messages for PostCSS etc. 2023-07-17 20:42:32 +02:00
hexec all: Fix typos in function names and comments 2023-06-19 09:26:29 +02:00
hreflect
hstrings Add $image.Process 2023-09-24 11:54:29 +02:00
htime common/htime: Fix localization of abbreviated month names 2023-07-19 19:00:18 +02:00
hugio
hugo releaser: Prepare repository for 0.119.0-DEV 2023-08-31 11:35:48 +00:00
loggers common/loggers: Fix typo in option name 2023-08-23 22:52:37 +02:00
maps commands: Handle floats without decimals in hugo config 2023-08-08 09:13:17 +02:00
math
para
paths all: Fix typos in function names and comments 2023-06-19 09:26:29 +02:00
terminal
text
types
urls
docs.go