JOBL

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:

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

Resources