added micromorph setup
All checks were successful
Build / build (push) Successful in 9m46s

This commit is contained in:
2024-12-12 15:50:44 +09:00
parent 29c26d771a
commit d09cbf8ad6
8 changed files with 58 additions and 18 deletions

3
go.mod
View File

@@ -1,6 +1,6 @@
module git.matsuuratomoya.com/tomoyanonymous/teach-matsuuratomoya-com
go 1.22.10
go 1.23
require (
github.com/KKKZOZ/hugo-admonitions v0.4.3 // indirect
@@ -8,4 +8,5 @@ require (
github.com/hugomods/font-awesome v6.7.1+incompatible // indirect
github.com/hugomods/icons v0.6.6 // indirect
github.com/hugomods/icons/vendors/font-awesome v0.6.12 // indirect
github.com/tomoyanonymous/hugo-micromorph v1.0.0 // indirect
)