From b3ea2a5fab48615ffc0acd44264171360ddaa33d Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Tue, 27 Jan 2026 05:01:15 -0800 Subject: [PATCH] misc: Update image processing description in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 272c55ce6..db9808519 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Use Hugo's embedded web server during development to instantly see changes to co Hugo's fast asset pipelines include: -- Image processing – Convert, resize, crop, rotate, adjust colors, apply filters, overlay text and images, and extract EXIF data +- Image processing – Convert, resize, crop, rotate, adjust colors, apply filters, overlay text and images, and extract metadata - JavaScript bundling – Transpile TypeScript and JSX to JavaScript, bundle, tree shake, minify, create source maps, and perform SRI hashing. - Sass processing – Transpile Sass to CSS, bundle, tree shake, minify, create source maps, perform SRI hashing, and integrate with PostCSS - Tailwind CSS processing – Compile Tailwind CSS utility classes into standard CSS, bundle, tree shake, optimize, minify, perform SRI hashing, and integrate with PostCSS -- 2.39.5