refactor: moved to hugo

This commit is contained in:
Felipe M 2024-06-16 20:39:53 +02:00
parent 4c6912edd0
commit e77e5583c2
Signed by: fmartingr
GPG key ID: CCFBC5637D4000A8
604 changed files with 1675 additions and 2279 deletions

7
go.mod Normal file
View file

@ -0,0 +1,7 @@
module git.nakama.town/fmartingr/fmartingr.com
go 1.22.3
require (
github.com/hugomods/images v0.11.0 // indirect
)