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

View file

@ -1,6 +1,6 @@
baseURL = "https://www.alexselimov.com/"
languageCode = "en-US"
theme = "forge.alexselimov.com/aselimov/hugo-bearcub"
theme = ["forge.alexselimov.com/aselimov/hugo-bearcub"]
defaultContentLanguage = "en"
copyright = "© Alex Selimov"
enableRobotsTXT = true
@ -73,3 +73,5 @@ email = "alex@alexselimov.com"
path = 'forge.alexselimov.com/aselimov/hugo-bearcub'
[[module.imports]]
path = 'forge.alexselimov.com/aselimov/hugo-unified-git-activity'
[[module.imports]]
path = 'forge.alexselimov.com/aselimov/hugo-stack'