Add stack and update about me
All checks were successful
Build and Deploy Hugo / deploy (push) Successful in 31s

This commit is contained in:
Alex Selimov 2026-08-14 23:00:24 -04:00
parent 1f05c71e13
commit 9a4928d523
19 changed files with 69 additions and 36 deletions

5
go.mod
View file

@ -1,8 +1,9 @@
module forge.alexselimov.com/aselimov/AlexSelimov.com
go 1.26.2
go 1.26.5
require (
forge.alexselimov.com/aselimov/hugo-bearcub v0.0.0-20260804035252-74d5ed7eb011 // indirect
forge.alexselimov.com/aselimov/hugo-bearcub v0.0.0-20260814023021-aa632e351252 // indirect
forge.alexselimov.com/aselimov/hugo-stack v0.0.0-20260814022948-f4c43cd94f4d // indirect
forge.alexselimov.com/aselimov/hugo-unified-git-activity v0.0.0-20260516002153-e07b96c2faf3 // indirect
)