diff --git a/.gitignore b/.gitignore index b1705b4..6f93da2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,4 @@ .DS_Store resources/ todo.md -exampleSite/public/ -.env +exampleSite/public/ \ No newline at end of file diff --git a/assets/herman.css b/assets/herman.css index 9bf7f0c..e2dfc11 100644 --- a/assets/herman.css +++ b/assets/herman.css @@ -245,13 +245,3 @@ figcaption > p { text-align: center; font-style: italic; } - -#heatmap-caption { - color: #888; -} - -@media (prefers-color-scheme: light) { - #heatmap-caption { - color: #3d4449; - } -} diff --git a/go.mod b/go.mod deleted file mode 100644 index 9be2556..0000000 --- a/go.mod +++ /dev/null @@ -1,5 +0,0 @@ -module forge.alexselimov.com/aselimov/hugo-bearcub - -go 1.26.2 - -require forge.alexselimov.com/aselimov/hugo-unified-git-activity v0.0.0-20260516000031-0c7f7a685358 // indirect diff --git a/go.sum b/go.sum deleted file mode 100644 index 65fa8bd..0000000 --- a/go.sum +++ /dev/null @@ -1,14 +0,0 @@ -forge.alexselimov.com/aselimov/hugo-unified-git-activity v0.0.0-20260512033457-620121b50553 h1:9XSeGiKCVd3kJ27hZMYOb8NwsMbr21IfirxXEAQ295E= -forge.alexselimov.com/aselimov/hugo-unified-git-activity v0.0.0-20260512033457-620121b50553/go.mod h1:YcxJyQNzPOmoJ/9LYHlPrZLVqMI25izS4j+lMqJgXH0= -forge.alexselimov.com/aselimov/hugo-unified-git-activity v0.0.0-20260513105512-53084c4e6f8f h1:b+OXlKA5AUCt2uSNr/NtQ7e5qN89nlYUoquE4wYy74Q= -forge.alexselimov.com/aselimov/hugo-unified-git-activity v0.0.0-20260513105512-53084c4e6f8f/go.mod h1:YcxJyQNzPOmoJ/9LYHlPrZLVqMI25izS4j+lMqJgXH0= -forge.alexselimov.com/aselimov/hugo-unified-git-activity v0.0.0-20260513112041-d9784bdbd43d h1:k6zj4ZZWwgUY0pTXFQMMSDivNbF8x5C3YHheSm+lCh4= -forge.alexselimov.com/aselimov/hugo-unified-git-activity v0.0.0-20260513112041-d9784bdbd43d/go.mod h1:YcxJyQNzPOmoJ/9LYHlPrZLVqMI25izS4j+lMqJgXH0= -forge.alexselimov.com/aselimov/hugo-unified-git-activity v0.0.0-20260513113347-46315d9a6267 h1:Z+LYfP8DE7Rxr9su2QtcL4dSiK7e5gNvLVDCcae21Z4= -forge.alexselimov.com/aselimov/hugo-unified-git-activity v0.0.0-20260513113347-46315d9a6267/go.mod h1:YcxJyQNzPOmoJ/9LYHlPrZLVqMI25izS4j+lMqJgXH0= -forge.alexselimov.com/aselimov/hugo-unified-git-activity v0.0.0-20260515030001-e1941ac77d8c h1:Ke/wZuvIXQTQcHvk9P9jNo6hnRcD87dFtD9lJRo5b2Y= -forge.alexselimov.com/aselimov/hugo-unified-git-activity v0.0.0-20260515030001-e1941ac77d8c/go.mod h1:YcxJyQNzPOmoJ/9LYHlPrZLVqMI25izS4j+lMqJgXH0= -forge.alexselimov.com/aselimov/hugo-unified-git-activity v0.0.0-20260515030329-f5140502fd93 h1:2Hn3xkPm21DeGkj4hIJ0Zt2haqfSHdOu2B5peeETzyw= -forge.alexselimov.com/aselimov/hugo-unified-git-activity v0.0.0-20260515030329-f5140502fd93/go.mod h1:YcxJyQNzPOmoJ/9LYHlPrZLVqMI25izS4j+lMqJgXH0= -forge.alexselimov.com/aselimov/hugo-unified-git-activity v0.0.0-20260516000031-0c7f7a685358 h1:NovauVNIvi+6TW41HfUvSpYoOcwIJI9FdlY7f6Snfjc= -forge.alexselimov.com/aselimov/hugo-unified-git-activity v0.0.0-20260516000031-0c7f7a685358/go.mod h1:YcxJyQNzPOmoJ/9LYHlPrZLVqMI25izS4j+lMqJgXH0= diff --git a/hugo.toml b/hugo.toml deleted file mode 100644 index 96dc156..0000000 --- a/hugo.toml +++ /dev/null @@ -1,3 +0,0 @@ -[module] -[[module.imports]] -path = 'forge.alexselimov.com/aselimov/hugo-unified-git-activity' diff --git a/layouts/index.html b/layouts/index.html index 8d7b9b0..833cae1 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -15,8 +15,5 @@

All posts →

-

Activity map

- {{ partial "git-heatmap.html" . }} - {{ end }}