feat: ATS-safe CV rework (EN + NO), replacing scrambled two-column PDFs
- 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>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "resumesite-cv",
|
||||
"private": true,
|
||||
"description": "Generates the ATS-safe CV PDFs (and editable .docx) from canonical content",
|
||||
"scripts": {
|
||||
"pdf": "node build-pdf.js",
|
||||
"docx": "node build-cv.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"docx": "^9.0.0",
|
||||
"pdfkit": "^0.15.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user