| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-18 | style: unify sidebar widget styling with bash comment prefix | Danilo M. | 4 | -16/+35 |
| 2026-04-18 | feat: add // prefix to H2–H6 headings in prose | Danilo M. | 3 | -0/+27 |
| 2026-04-18 | fixed the number of columns for the sharing widget in the sidebar to 3x3 | Danilo M. | 2 | -4/+10 |
| 2026-04-18 | style: center-align social share icon grid | Danilo M. | 2 | -2/+2 |
| 2026-04-18 | fix: use explicit 50px column grid for share icons so sidebar always shows 5+... | Danilo M. | 3 | -5/+13 |
| 2026-04-18 | style: display social share icons in 5-column grid on sidebar (5+4 rows) | Danilo M. | 1 | -1/+1 |
| 2026-04-18 | fix: bring social share widget into WCAG AA and theming standard compliance | Danilo M. | 2 | -22/+32 |
| 2026-04-18 | style: redesign social share widget with terminal-native aesthetic | Danilo M. | 3 | -74/+131 |
| 2026-04-18 | style: resize social share icons to 50px and tighten grid gap | Danilo M. | 3 | -23/+57 |
| 2026-04-17 | build: rebuild CSS to include social sharing widget utility classes | Danilo M. | 1 | -0/+49 |
| 2026-04-17 | feat: embed social sharing widget inline on repository page | Danilo M. | 1 | -0/+5 |
| 2026-04-17 | feat: add social sharing widget to sidebar (articles and pages) | Danilo M. | 1 | -0/+3 |
| 2026-04-17 | feat: add social-share partial with 9 targets and two layout modes | Danilo M. | 2 | -0/+156 |
| 2026-04-17 | i18n: add social sharing translation keys (EN + IT) | Danilo M. | 2 | -0/+14 |
| 2026-04-17 | fix: show Related Articles widget only on articles, not pages | Danilo M. | 1 | -2/+2 |
| 2026-04-17 | feat: implement Related Articles sidebar widget | Danilo M. | 1 | -7/+28 |
| 2026-04-17 | fix: implement proper language-specific 404 layouts | Danilo M. | 2 | -8/+155 |
| 2026-04-17 | fix: use content-based 404 pages with proper language context | Danilo M. | 2 | -168/+21 |
| 2026-04-17 | fix: use language-specific 404 layouts with hardcoded strings | Danilo M. | 2 | -13/+164 |
| 2026-04-17 | fix: simplify 404 page to use Hugo's standard i18n without hacks | Danilo M. | 2 | -33/+4 |
| 2026-04-17 | Revert "fix: use language-specific 404 layouts for proper i18n support" | Danilo M. | 3 | -155/+32 |
| 2026-04-17 | fix: use language-specific 404 layouts for proper i18n support | Danilo M. | 3 | -32/+155 |
| 2026-04-17 | Revert "fix: detect language server-side in 404 template for proper translati... | Danilo M. | 1 | -48/+13 |
| 2026-04-17 | fix: detect language server-side in 404 template for proper translations | Danilo M. | 1 | -13/+48 |
| 2026-04-17 | fix: use client-side language detection with redirect rules for 404 navigation | Danilo M. | 2 | -14/+26 |
| 2026-04-17 | Revert "fix: use Hugo content-based 404 pages for proper multilingual support" | Danilo M. | 2 | -8/+21 |
| 2026-04-17 | fix: use Hugo content-based 404 pages for proper multilingual support | Danilo M. | 2 | -21/+8 |
| 2026-04-17 | fix: use client-side language detection for 404 navigation links | Danilo M. | 3 | -16/+21 |
| 2026-04-17 | fix: detect language from permalink instead of .Lang in 404 template | Danilo M. | 1 | -6/+10 |
| 2026-04-17 | fix: use language-aware URL construction for 404 navigation links | Danilo M. | 1 | -3/+7 |
| 2026-04-17 | fix: easter egg modal visibility by removing conflicting hidden class | Danilo M. | 1 | -2/+2 |
| 2026-04-17 | fix: add type="button" to all buttons to prevent form submission behavior | Danilo M. | 1 | -0/+4 |
| 2026-04-17 | debug: add console.log to test Alpine.js component registration | Danilo M. | 1 | -0/+4 |
| 2026-04-17 | fix: simplify Alpine.js component initialization by loading articles data dir... | Danilo M. | 2 | -9/+2 |
| 2026-04-17 | fix: correct Alpine.js x-init syntax for article data initialization | Danilo M. | 1 | -1/+1 |
| 2026-04-17 | fix: refactor 404 page to use Alpine.data() pattern for proper function regis... | Danilo M. | 3 | -39/+54 |
| 2026-04-17 | fix: move notFoundPage() function definition before x-data initialization to ... | Danilo M. | 1 | -40/+43 |
| 2026-04-17 | fix: improve styling and functionality for 404 and Repository pages | Danilo M. | 3 | -89/+40 |
| 2026-04-17 | Fix styling issues on 404 and Repository pages | Danilo M. | 2 | -11/+12 |
| 2026-04-17 | test: verify accessibility (WCAG AA) - heading hierarchy, contrast, focus, mo... | Danilo M. | 1 | -2/+388 |
| 2026-04-17 | test: verify repository page content, cards, keyboard nav, dark mode, responsive | Danilo M. | 1 | -0/+0 |
| 2026-04-17 | feat: add custom repository page layout with repo cards grid | Danilo M. | 1 | -0/+69 |
| 2026-04-17 | feat: create 404 error page with search, recent articles, and easter egg | Danilo M. | 3 | -0/+199 |
| 2026-04-17 | feat: verify semantic HTML - replace div with button in toast-close | Danilo M. | 1 | -1/+1 |
| 2026-04-17 | feat: ensure all form inputs have associated labels (for/id attributes) | Danilo M. | 1 | -10/+10 |
| 2026-04-17 | feat: ensure i18n-based aria-labels on all icon-only buttons | Danilo M. | 1 | -3/+3 |
| 2026-04-17 | feat: enhance modal focus trap with JavaScript and ARIA attributes | Danilo M. | 2 | -12/+48 |
| 2026-04-17 | feat: add prefers-reduced-motion support (disable animations when motion-redu... | Danilo M. | 1 | -0/+18 |
| 2026-04-17 | feat: add focus management styles (:focus-visible, button hover, form input f... | Danilo M. | 1 | -0/+57 |
| 2026-04-17 | feat: add animation utility classes (.animate-fade-in, .animate-slide-up, .an... | Danilo M. | 1 | -0/+14 |