From a865dcbb69b0541ccdab941eede8c3005dfed9c7 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 8 May 2026 17:39:07 +0200 Subject: feat: add contribution graph widget Sidebar (/is pages, cellSize=8) and footer (sitewide, cellSize=6). Fetches /contributions.json, split-cell linear-gradient rendering (gitolite=green/accent2, github=purple/accent), opacity intensity levels, month labels, tooltip, i18n IT/EN. WCAG 2.1 AA compliant. Co-Authored-By: Claude Sonnet 4.6 --- layouts/partials/sidebar.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'layouts/partials/sidebar.html') diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 2047c12..1c3f020 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -62,6 +62,11 @@ + {{- if and (eq .Section "is") (eq .Kind "section") }} + + {{- partial "contribution-graph.html" (dict "cellSize" 8 "page" .) -}} + {{- end }} + -- cgit v1.2.3