A TOML-based resume format with strict validation and clear error messages.
What is JOBL?
JOBL is a simple, human-readable format for resumes. Write your resume in TOML, generate HTML and PDF with SRG.
JOBL provides:
- TOML-based format that is easy to read and write
- Strict validation to catch errors early
- Clear error messages with path context
- No version field required
Quick Example
[person]
name = "Jane Developer"
email = "jane@example.com"
headline = "Senior Software Engineer"
[skills]
languages = ["Rust", "Python", "Go"]
tools = ["Docker", "Kubernetes"]
[[experience]]
title = "Senior Engineer"
company = "Tech Corp"
start = "2020-01"
end = "present"
highlights = [
"Built distributed systems",
"Led team of 5 engineers"
]
Tools
- SRG - Static Resume Generator (converts JOBL to HTML/PDF)