- SignalDesk2026-09-10
A few years ago I and some of my friends got frustrated with resume builders (vendor lock-in, broken formatting, "oops you edited the wrong section and now everything looks off") that I started building my own LaTeX-based resume tool. That turned into a tiny SaaS ( PPResume ), and recently I open sourced the core typesetting engine as YAMLResume . The idea is simple and just follows the Separation of Concerns principle: Content lives in plain-text YAML. Structure and validation are enforced by the compiler and a strict schema. Presentation is handled by pluggable layout engines (LaTeX, HTML, Markdown, DOCX). What it does One source, many outputs. A single resume.yml compiles to pixel-perfect PDF (via LaTeX/XeTeX), Microsoft Word DOCX, responsive HTML, and clean Markdown. Change y
- 情报分类:项目价值
- 命中依据:自建YAML简历编译工具,具体实用项目
- 来源:Reddit · SideProject
- 原作者:/u/Hot-Chemistry7557 https://www.reddit.com/user/Hot-Chemistry7557
- 发布时间:2026/9/10 11:03:05
- No replies yet