Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Kenneth Angel Ramirez — Resume

Source-controlled resume written in YAML, designed to be rendered with RenderCV.

Quick Start

# Install RenderCV
pip install rendercv

# Render to PDF
rendercv render cv.yaml

Output files are placed in a rendercv_output/ folder.

File Structure

resume/
└── cv.yaml       # Single source of truth for all resume content

YAML Structure

Section Description
cv.name Full name
cv.location Current city/region
cv.email / cv.phone / cv.website Contact info
cv.social_networks LinkedIn and other profiles
cv.sections.summary Professional summary
cv.sections.experience Work history (company, position, dates, highlights)
cv.sections.education Academic background
cv.sections.skills Grouped skill sets

Updating the Resume

Edit cv.yaml directly. All content lives in one file — no HTML/CSS to touch. Re-run rendercv render cv.yaml to regenerate the PDF after changes.

Contact

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors