Convert Markdown resumes to professionally styled PDFs using md-to-pdf.
Install dependencies:
npm installBuild PDF:
npm run buildBuild HTML (for preview):
npm run build:htmlThe denniskasper.com site fetches the resume markdown and PDF at build time. After pushing changes and a new release is created, manually trigger a rebuild:
gh workflow run build-deploy.yaml --repo denniskasper/denniskasper.com- Edit
dennis_kasper_resume.mdfor content - Edit
resume-style.cssfor styling
- Modern, professional styling
- Justified text for clean formatting
- Responsive section headers with accent colors
- Floating profile image
- Print-optimized CSS