a0b01e40b426f146a584b79177593efd1ffa0350
CharlesNWybleResume
My resume. Proprietary.
This repo converts Markdown resumes into PDF and DOCX using Pandoc inside a Docker container. No Dockerfile or compose is used; a thin shell wrapper runs a TeX Live image that includes Pandoc.
Layout
resumes/input/— source Markdown files (single source of truth)templates/— Pandoc assetsresume-template.tex(LaTeX template for PDF)resume-reference.docx(reference DOCX for styling)
output/— generated artifacts (*.pdf,*.docx) [git-ignored]bin/resume-build— container wrapper script
Prerequisites
- Docker (any recent version). No Compose, no Make.
Quick Start
- Build all inputs to both PDF and DOCX (single container run):
bin/resume-build
Configuration (env vars)
PANDOC_IMAGE(defaultdanteev/texlive:latest)PDF_ENGINE(defaultxelatex)INPUT_DIR(defaultresumes/input)OUTPUT_DIR(defaultoutput)TEMPLATE(defaulttemplates/resume-template.tex)REFDOC(defaulttemplates/resume-reference.docx)
Outputs are created with your host UID/GID via docker run -u mapping.
Description
Languages
Shell
82.9%
TeX
17.1%