Add git-heatmap
Some checks failed
Build and Deploy Hugo / deploy (push) Failing after 25s

This commit is contained in:
Alex Selimov 2026-05-11 22:23:51 -04:00
parent 646340e784
commit 5df862febd
3 changed files with 38 additions and 1 deletions

8
go.mod Normal file
View file

@ -0,0 +1,8 @@
module forge.alexselimov.com/aselimov/AlexSelimov.com
go 1.26.2
require (
forge.alexselimov.com/aselimov/hugo-bearcub v0.0.0-20260512025651-e66b0692c27e // indirect
forge.alexselimov.com/aselimov/hugo-unified-git-activity v0.0.0-20260512025533-3c48c2bd2d53 // indirect
)