Add multiple LaTeX resume templates with template selection system
Created: - jb2resume-modern.latex: Improved classic template with better spacing, modern typography, proper bullet points, and visual hierarchy - awesome-cv.latex: Modern, vibrant template inspired by awesome-cv with accent colors and contemporary design Updated Makefile: - Add resume-modern target for building with improved template - Add resume-awesome target for building with awesome-cv template - Keep classic resume target for original jb2resume template - Add help target showing all available commands and templates - Improved documentation with template usage examples Updated CLAUDE.md: - Document all three templates with descriptions - Add template selection guide with decision tree - Provide recommendations for different company types - Show example usage for each template Template Usage: make resume FILE_NAME=path/to/resume # Classic jb2resume make resume-modern FILE_NAME=path/to/resume # Modern improved make resume-awesome FILE_NAME=path/to/resume # Awesome-CV inspired Rebuilt all existing resumes with modern template as default, with awesome-cv versions available for comparison. Benefits: - Multiple visual styles to match company culture - Better spacing and readability in modern template - Professional appearance with subtle or bold styling options - All templates ATS-compatible for automated screening - Easy to test different visual presentations Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
100
CLAUDE.md
100
CLAUDE.md
@@ -13,43 +13,67 @@ Resumes are organized by company in subdirectories for easy management:
|
||||
```
|
||||
.
|
||||
├── paul-halvorsen-resume.md (default/main resume)
|
||||
├── paul-halvorsen-resume-detailed.md (comprehensive details)
|
||||
├── templates/
|
||||
│ ├── jb2resume.latex (classic template)
|
||||
│ ├── jb2resume-modern.latex (improved modern template)
|
||||
│ └── awesome-cv.latex (modern awesome-cv inspired)
|
||||
├── files/
|
||||
│ ├── paul-halvorsen-files-backend-engineer.md
|
||||
│ └── paul-halvorsen-files-backend-engineer.pdf
|
||||
│ ├── paul-halvorsen-files-backend-engineer.pdf (various templates)
|
||||
│ └── ...
|
||||
├── valon/
|
||||
│ ├── paul-halvorsen-valon-software-engineer.md
|
||||
│ ├── paul-halvorsen-valon-cover-letter.md
|
||||
│ └── paul-halvorsen-valon-software-engineer.pdf
|
||||
│ └── paul-halvorsen-valon-software-engineer.pdf (various templates)
|
||||
└── [company]/
|
||||
└── paul-halvorsen-[company]-[role].md
|
||||
```
|
||||
|
||||
**Available Templates:**
|
||||
|
||||
1. **`jb2resume`** - Classic, traditional template
|
||||
- Conservative design
|
||||
- Best for: Traditional industries, classic look
|
||||
- Command: `make resume FILE_NAME=path/to/resume`
|
||||
|
||||
2. **`jb2resume-modern`** (Recommended default)
|
||||
- Modern improvements: better spacing, proper bullets, visual hierarchy
|
||||
- Clean professional look with subtle visual accents
|
||||
- Best for: Tech companies, modern look with substance
|
||||
- Command: `make resume-modern FILE_NAME=path/to/resume`
|
||||
|
||||
3. **`awesome-cv`** - Modern, vibrant template
|
||||
- Bold accent colors, prominent sections, contemporary design
|
||||
- Best for: Startups, tech companies, when you want to stand out
|
||||
- Command: `make resume-awesome FILE_NAME=path/to/resume`
|
||||
|
||||
**Build the resume PDF:**
|
||||
```bash
|
||||
# Build default resume (root directory)
|
||||
make resume
|
||||
# Build with default (modern) template
|
||||
make resume FILE_NAME=paul-halvorsen-resume
|
||||
|
||||
# Build a custom resume from a company subdirectory
|
||||
make resume FILE_NAME=files/paul-halvorsen-files-backend-engineer
|
||||
make resume FILE_NAME=valon/paul-halvorsen-valon-software-engineer
|
||||
# Build with modern template (improved jb2resume)
|
||||
make resume-modern FILE_NAME=files/paul-halvorsen-files-backend-engineer
|
||||
|
||||
# Build a new resume (can be in any directory)
|
||||
make resume FILE_NAME=[company]/paul-halvorsen-[company]-[role]
|
||||
# Build with awesome-cv template (bold, modern design)
|
||||
make resume-awesome FILE_NAME=valon/paul-halvorsen-valon-software-engineer
|
||||
|
||||
# Show all available commands and examples
|
||||
make help
|
||||
```
|
||||
|
||||
The `FILE_NAME` variable defaults to `paul-halvorsen-resume` but can be overridden to include a path. The Makefile will:
|
||||
1. Build the Podman image if it doesn't exist
|
||||
2. Convert the markdown file to PDF using the default LaTeX template
|
||||
3. Output a PDF with the same filename (but with `.pdf` extension) in the same directory
|
||||
|
||||
**Example workflow for custom resumes:**
|
||||
```bash
|
||||
# Create a customized markdown resume in company directory
|
||||
mkdir -p acme
|
||||
# paul-halvorsen-acme-senior-backend-engineer.md
|
||||
|
||||
# Build it
|
||||
make resume FILE_NAME=acme/paul-halvorsen-acme-senior-backend-engineer
|
||||
# Build with modern template
|
||||
make resume-modern FILE_NAME=acme/paul-halvorsen-acme-senior-backend-engineer
|
||||
|
||||
# Or with awesome-cv template
|
||||
make resume-awesome FILE_NAME=acme/paul-halvorsen-acme-senior-backend-engineer
|
||||
|
||||
# Output: acme/paul-halvorsen-acme-senior-backend-engineer.pdf
|
||||
```
|
||||
@@ -162,3 +186,47 @@ The detailed resume (`paul-halvorsen-resume-detailed.md`) contains comprehensive
|
||||
Cover letters are stored as markdown files in the same company directory as the corresponding resume. They can be included when submitting applications through platforms that support them, or converted to PDF by saving as plain text/PDF from a markdown editor.
|
||||
|
||||
The detailed resume includes proficiency levels, performance metrics, specializations, and comprehensive technical details that allow Claude Code to intelligently match your background to specific job requirements.
|
||||
|
||||
## Template Selection Guide
|
||||
|
||||
### When to Use Each Template
|
||||
|
||||
**`jb2resume` (Classic)**
|
||||
- Traditional companies (finance, government, law)
|
||||
- Conservative industries
|
||||
- When you want a proven, time-tested design
|
||||
- Important: ATS compatibility is high priority
|
||||
- Example: Financial institutions, government agencies
|
||||
|
||||
**`jb2resume-modern` (Recommended for Most Tech)**
|
||||
- Tech startups and established tech companies
|
||||
- Modern, professional look without being flashy
|
||||
- Better spacing and readability than classic
|
||||
- Still ATS-friendly and traditional enough for conservative industries
|
||||
- Best balance of modern and professional
|
||||
- **Default recommendation for Files.com, Valon, and similar companies**
|
||||
|
||||
**`awesome-cv` (Modern & Bold)**
|
||||
- Early-stage startups and growth-stage companies (Series A-C)
|
||||
- Design-forward or forward-thinking companies
|
||||
- When you want to make a visual impression
|
||||
- Companies that explicitly value design and attention to detail
|
||||
- Use when: "We're disrupting X industry" is in the job description
|
||||
- Example: Files.com, Valon, and similar Series C companies
|
||||
|
||||
### Quick Decision Tree
|
||||
|
||||
```
|
||||
Is the company a startup or growth-stage company?
|
||||
├─ YES → Use awesome-cv (bold, modern, stands out)
|
||||
└─ NO → Is it a traditional/conservative industry?
|
||||
├─ YES → Use jb2resume (classic, proven)
|
||||
└─ NO → Use jb2resume-modern (modern but professional)
|
||||
```
|
||||
|
||||
### For Paul's Current Applications
|
||||
|
||||
- **Files.com** (Series C, a16z-backed): awesome-cv recommended
|
||||
- **Valon** (Series C, a16z-backed): awesome-cv recommended
|
||||
- **Enterprise customers**: jb2resume-modern
|
||||
- **Government/DoD contracts**: jb2resume (classic)
|
||||
|
||||
Reference in New Issue
Block a user