diff options
| author | Danilo M. <danix@danix.xyz> | 2026-05-08 17:39:07 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-05-08 17:39:29 +0200 |
| commit | a865dcbb69b0541ccdab941eede8c3005dfed9c7 (patch) | |
| tree | 7d9ceec5f417e859e5911f0e3dc593b7471326bc /layouts/partials/sidebar.html | |
| parent | 9d5f690b8f98c6e9cf7d54b7279c5097e7a1d3a4 (diff) | |
| download | danixxyz-theme-a865dcbb69b0541ccdab941eede8c3005dfed9c7.tar.gz danixxyz-theme-a865dcbb69b0541ccdab941eede8c3005dfed9c7.zip | |
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 <noreply@anthropic.com>
Diffstat (limited to 'layouts/partials/sidebar.html')
| -rw-r--r-- | layouts/partials/sidebar.html | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ </ul> </div> + {{- if and (eq .Section "is") (eq .Kind "section") }} + <hr class="sidebar-hr"> + {{- partial "contribution-graph.html" (dict "cellSize" 8 "page" .) -}} + {{- end }} + <hr class="sidebar-hr"> <!-- Social sharing widget --> |
