18c556bd54
- single-column, real-text PDFs: standard headings (Summary, Skills, Experience, Projects, Education), consistent dates, no letter-spacing - 'Systems Developer, eight years experience' (drops 'mid-level'); apprentice->developer progression shown; Projects section added; Norwegian written natively (errors fixed) - one page each, ~8 kB (was 132/172 kB); verified clean ATS text extraction + reading order - generator committed to tools/cv (content.js + pdfkit/docx builders) for reproducibility - editable .docx kept alongside; site file-size labels updated Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
23 lines
442 B
Plaintext
23 lines
442 B
Plaintext
# Normalise line endings to LF in the repo; check out native on Windows.
|
|
* text=auto eol=lf
|
|
|
|
# Binary assets — never touch.
|
|
*.docx binary
|
|
*.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
|