https://github.com/pgvalle/md2pdf-resume-template
Use markdown and css to create a professional pdf resume.
https://github.com/pgvalle/md2pdf-resume-template
css jesus markdown md2pdf pdf resume template weasyprint
Last synced: about 1 month ago
JSON representation
Use markdown and css to create a professional pdf resume.
- Host: GitHub
- URL: https://github.com/pgvalle/md2pdf-resume-template
- Owner: pgvalle
- Created: 2025-02-13T18:13:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-13T18:18:00.000Z (over 1 year ago)
- Last Synced: 2025-10-06T19:37:25.473Z (8 months ago)
- Topics: css, jesus, markdown, md2pdf, pdf, resume, template, weasyprint
- Language: CSS
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Resume Template
Check out the markdown template file [here](resume.md)
# What I used
I used [md2pdf from jmaupetit](https://github.com/jmaupetit/md2pdf) with weasyprint.
I installed weasyprint then installed md2pdf with pipx.
# Windows
If i install weasyprint and md2pdf in windows with pip and run the .bat, md2pdf complains about not finding libgobject.
I figured there's a pip package called PyGObject, and tried to install it, but it didn't work because I don't have any compiler installed and I'm feeling lazy.