Render resume from a yaml file with Typst. Also includes a watcher to recompile on changes.
data.yaml: Resume data in yaml.resume.typ: Loads data and renders the top level componentsections.typ: Defines section order, and inserts yaml data into typst components.templates.typ: Defines style and layout for each typst component.start.sh: Bash script to setup the Python environment and start the watcher.watcher.py: Python script to watch a list of files and run a command on changes.
- Run
start.sh - Open
resume.pdfin a program that reloads on file changes (Skim for macOS)