Add img resizing

This commit is contained in:
fundor333
2025-01-17 22:26:04 +01:00
parent f35c74ac98
commit 4cd17364c0
4 changed files with 15 additions and 2 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module github.com/fundor333/fundor333.github.io
go 1.23.4
require github.com/hugo-sid/hugo-blog-awesome v1.19.0 // indirect
require (
github.com/fundor333/macia-image v1.1.0 // indirect
github.com/hugo-sid/hugo-blog-awesome v1.19.0 // indirect
)