summaryrefslogtreecommitdiffstats
path: root/i18n/en.yaml
AgeCommit message (Collapse)AuthorFilesLines
2026-05-14fix: resolve post-review issues in pkg-list shortcodeDanilo M.1-0/+4
- Replace data-feather icon with inline SVG (feather.replace() runs before Alpine renders x-for rows, so dynamic icons never rendered) - Add defer to pkg-list.js and pkg-changelog.js script tags - Add missing i18n keys: pkg_list_no_results, pkg_list_col_package, pkg_list_col_version, pkg_list_col_link (EN + IT) - Use i18n.noResults, i18n.colPkg/Ver/Link in template - Fix aria-label to use i18n.view instead of hardcoded "View" Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-14feat: add i18n keys for pkg-list and pkg-changelog shortcodesDanilo M.1-0/+8
2026-05-08feat: add contribution graph widgetDanilo M.1-0/+4
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>
2026-04-29feat: add callout shortcode (note/tip/info/warning/danger/success)Danilo M.1-0/+8
- Single shortcode with type param, CSS-only variants - Left border + fading bottom border (::after gradient) - Colors mapped to existing theme tokens (--accent, --accent2, --type-link, --type-life) - --callout-danger: #ef4444 hardcoded exception (approved) - role=alert for danger, role=note for all others (WCAG AA) - aria-hidden on Feather icons, title overridable via param - EN/IT i18n keys Also fixes html.theme-light CSS vars to match THEMING-STANDARD.md: - --bg, --bg2, --surface, --border, --text, --text-dim, --muted - --accent (#7c3aed), --accent2 (#008f5a)
2026-04-29feat: support external links in main menu with A11y new-tab labelDanilo M.1-0/+1
2026-04-29feat: add obsolete article bannerDanilo M.1-0/+5
2026-04-28feat: expand author widget to article stats (words, reading time, type)Danilo M.1-0/+2
2026-04-22chore: replace with extracted danix.xyz-hacker theme (danix2-hugo-theme)Danilo M.1-0/+171