Files
ResumeSite/.gitattributes
T
cesnimda 1b5204e7f8 feat: build-time OpenGraph images (satori-free, resvg + vendored TTFs)
- one 1200x630 PNG per page per locale, design-system styled
- hand-built SVG rasterised by resvg (handles variable fonts; satori cannot)
- vendored Space Grotesk / Inter / JetBrains Mono TTFs for deterministic offline builds

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-04 01:35:28 +02:00

22 lines
428 B
Plaintext

# Normalise line endings to LF in the repo; check out native on Windows.
* text=auto eol=lf
# Binary assets — never touch.
*.png binary
*.jpg binary
*.jpeg binary
*.webp binary
*.avif binary
*.pdf binary
*.woff binary
*.woff2 binary
*.ttf binary
*.otf binary
*.ico binary
# Shell scripts and container files must stay LF even on Windows checkout.
*.sh text eol=lf
Dockerfile text eol=lf
*.yml text eol=lf
*.yaml text eol=lf