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

View file

@ -1,6 +1,6 @@
baseURL = "https://www.alexselimov.com/"
languageCode = "en-US"
theme = "hugo-bearcub"
theme = "forge.alexselimov.com/aselimov/hugo-bearcub"
defaultContentLanguage = "en"
copyright = "© Alex Selimov"
enableRobotsTXT = true
@ -42,6 +42,14 @@ name = "About"
url = "/about/"
weight = 3
[params.heatmap]
caption = "This is my unified git heatmap from my <a href='https://forge.alexselimov.com/aselimov'>Forgejo</a> and <a href='https://github.com/aselimov'>Github</a>"
color_empty_dark = "#2a2a2a"
color_empty_light = "#e8e4dc"
color_low = "#7a5010"
color_mid = "#C47E1A"
color_high = "#EF9F27"
[params]
description = "Alex Selimov personal site and blog."
title = "Alex Selimov"
@ -58,3 +66,10 @@ upvoteApi = "https://www.alexselimov.com/api"
[params.author]
name = "Alex Selimov"
email = "alex@alexselimov.com"
[module]
replacements = "forge.alexselimov.com/aselimov/hugo-unified-git-activity -> ../../../../repos/hugo-unified-git-activity, forge.alexselimov.com/aselimov/hugo-bearcub -> ../../../../repos/hugo-bearcub"
[[module.imports]]
path = 'forge.alexselimov.com/aselimov/hugo-bearcub'
[[module.imports]]
path = 'forge.alexselimov.com/aselimov/hugo-unified-git-activity'