From c9aaee26499ae455ccb197f094fe90fd7ed5f6e3 Mon Sep 17 00:00:00 2001 From: Jonathan Neidel Date: Mon, 16 Mar 2026 10:55:30 +0100 Subject: [PATCH] Add yamlresume to new resumes section Closes #672 --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c2f82ce..39b84de 100644 --- a/readme.md +++ b/readme.md @@ -439,7 +439,6 @@ See [plaintextaccounting.org](https://plaintextaccounting.org) for a great overv - [mdv](https://github.com/axiros/terminal_markdown_viewer) - Styled terminal markdown viewer. - [glow](https://github.com/charmbracelet/glow) - Styled markdown rendering. - [gtree](https://github.com/ddddddO/gtree) - Use markdown to generate directory trees and the directories itself. -- [resumx](https://github.com/resumx/resumx) - Markdown resume renderer with auto page-fitting. - [Jimmy](https://github.com/marph91/jimmy) - Convert various note formats to markdown. ### Security @@ -489,6 +488,11 @@ See [plaintextaccounting.org](https://plaintextaccounting.org) for a great overv - [periodic-table-cli](https://github.com/spirometaxas/periodic-table-cli) - View and explore the Periodic Table of Elements. +### Professional: Resume + +- [resumx](https://github.com/resumx/resumx) - Markdown resume renderer with auto page-fitting. +- [YAMLResume](https://github.com/yamlresume/yamlresume) - Resumes as code. + ## Command Line Learning - [cmdchallenge](https://cmdchallenge.com) - Presents small shell challenge with user submitted solutions.