mszep / pandoc_resume

The Markdown Resume
http://mszep.github.io/pandoc_resume/
MIT License
1.62k stars 756 forks source link

Fixactions #91

Open sc-idevops opened 1 year ago

sc-idevops commented 1 year ago

I recently made a fork of your project to make my own resume. Brilliant concept, being able to use simple and quick markdown to make your resume and have it output in any format you want! However I did encounter a few issues when I ran it for the first time and these are the base changes needed to make it work.

mszep commented 1 year ago

But the variablized image URL won't always exist, right? The user would have to have built and pushed it first.

Ideally I'd want to just use a consistent docker image (containing texlive, pandoc and context) with all of the user's changes contained in the markdown files. Or does that not work for your use case?