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

View File

@@ -7,9 +7,15 @@ fediverseAccount: "@fundor333@mastodon.social"
module:
imports:
- path: github.com/fundor333/macia-image
- path: github.com/hugo-sid/hugo-blog-awesome
theme: ["hugo-redirect", "github.com/hugo-sid/hugo-blog-awesome"]
theme:
[
"hugo-redirect",
"github.com/fundor333/macia-image",
"github.com/hugo-sid/hugo-blog-awesome",
]
related:
includeNewer: true

View File

@@ -0,0 +1,2 @@
imgclass: ""
pictureclass: "hmedia"