summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2026-04-18feat: add // prefix to H2–H6 headings in proseDanilo M.1-0/+56
Render all heading levels 2–6 with a terminal-style `// ` prefix in JetBrains Mono. H1 (page/article titles) is excluded. The prefix is aria-hidden for A11y compliance (WCAG 2.1 AA — heading text contrast 14.72:1, prefix is decorative and exempt from contrast requirements). Implementation: - New Hugo render-heading hook at _default/_markup/render-heading.html - Added .heading-prefix CSS rule with accent purple color, 0.8em font size, 0.7 opacity - CSS rebuil with npm run build Applies site-wide to all markdown prose content (articles, singles, pages). Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-04-17docs: add social sharing widget implementation planDanilo M.1-0/+456
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-04-17docs: add social sharing widget design specDanilo M.1-0/+199
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-04-17cleanup of the working tree. Created docs/{policies,reports} folders to keep ↵Danilo M.10-0/+10234
documentation organized
2026-04-17docs: add Week 6 planning, spec, and implementation plan (404 and Repository ↵Danilo M.3-12/+1941
pages)
2026-04-17docs: revise Week 6 plan - audit About/Contact (no new code), create 404 ↵Danilo M.1-398/+648
from scratch, 12 tasks instead of 24
2026-04-17docs: add Week 6 implementation plan and update progress status (83% ↵Danilo M.1-0/+941
complete, Week 5 done)
2026-04-16docs: add Week 5 implementation plan (24 tasks, detailed steps)Danilo M.1-0/+3580
2026-04-16docs: add Week 5 design spec (animations & a11y audit)Danilo M.1-0/+293
Design covers: - Subtle, professional entrance animations (fade-in, slide-up, 200-300ms) - Motion-safe alternatives (prefers-reduced-motion support) - Focused accessibility audit (focus management, keyboard nav, ARIA basics) - 60+ test cases covering animations, keyboard navigation, focus indicators - Success criteria: WCAG 2.1 AA compliance, 60fps performance - Deliverables: WEEK5-IMPLEMENTATION.md, WEEK5-TESTING.md, A11Y-AUDIT-REPORT.md Scope: No page transition animations (KISS), no advanced ARIA patterns, focused audit areas only. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-04-16docs: add frosted glass implementation planDanilo M.1-0/+233
2026-04-15initial commitDanilo M.2-0/+3319