Add img resizing
This commit is contained in:
@@ -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
|
||||
|
||||
2
config/_default/maciaimage.yml
Normal file
2
config/_default/maciaimage.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
imgclass: ""
|
||||
pictureclass: "hmedia"
|
||||
5
go.mod
5
go.mod
@@ -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
|
||||
)
|
||||
|
||||
2
go.sum
2
go.sum
@@ -1,2 +1,4 @@
|
||||
github.com/fundor333/macia-image v1.1.0 h1:dLPDbQ8giOhTRKMM4/xWCJ/yFFlkz5HO9nDEH2s1w/Q=
|
||||
github.com/fundor333/macia-image v1.1.0/go.mod h1:9zBOlIP9CvKcUcK3q+La1av6XH/fWPSApaYF/lvVAKY=
|
||||
github.com/hugo-sid/hugo-blog-awesome v1.19.0 h1:mKI+aTvXiFY6XSV/4VHdUsn82sL72Vh9OuBbYh3wy8U=
|
||||
github.com/hugo-sid/hugo-blog-awesome v1.19.0/go.mod h1:3XVERF66wgQpTsruOajS5Swr+uvyTzov1acafNaqm1E=
|
||||
|
||||
Reference in New Issue
Block a user