]> danix's work - danix.xyz-2.git/commit
feat: add // prefix to H2–H6 headings in prose
authorDanilo M. <redacted>
Sat, 18 Apr 2026 14:25:02 +0000 (16:25 +0200)
committerDanilo M. <redacted>
Sat, 18 Apr 2026 14:25:02 +0000 (16:25 +0200)
commit5285459993178e6116c62583a21c52f153a47725
treed9a4abd8e382fa0d022bc1109f9352fdbe2b3d75
parent16644e10044e75c64b0908e721648f5644296db7
feat: add // prefix to H2–H6 headings in prose

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 <redacted>
docs/superpowers/specs/2026-04-18-prose-heading-prefix-design.md [new file with mode: 0644]
themes/danix-xyz-hacker/assets/css/main.css
themes/danix-xyz-hacker/assets/css/main.min.css
themes/danix-xyz-hacker/layouts/_default/_markup/render-heading.html [new file with mode: 0644]