Markdown CV Generator
Charlie Macnamara
Basic resume generator; for those also wronged by free trials.
Site rebuilt. CV next. Looked at mine — this sucks. Fix it.
Tool's simple: Markdown in, Tailwind styles, Node/Express with Puppeteer for crisp PDFs.
The Problem
Resume templates disappoint. Paywalled builders are worse. A £60 resume.io lapse proved that.
The Solution
Write in Markdown, run a command, get a polished PDF.
Quickstart
git clone https://github.com/CharlieMacnamara/Markdown-CV-Generator.git
cd Markdown-CV-Generator
npm install
Edit example.md, then:
markdowncv build --theme light
Done.
Themes
Three baked-in: light (Playfair headings), dark (switches to light for print), and a softer palette. Add yours in ./themes.
PRs welcome at the repository.
Site rebuilt. CV matches.
