Comment on Show HN: Create pretty resumes in HTML, Latex, Markdown from a single JSONComments−utdemir12yI also made an attempt to unify my resume in different formats.But I ended up in much simpler, but not so advanced solution. I'm just writing in Markdown and use a Makefile to generate other outputs using Pandoc.Here is the input: https://raw.githubusercontent.com/utdemir/resume/master/resu...HTML Output: https://rawgit.com/utdemir/resume/master/build/resume.htmlPDF Output: https://github.com/utdemir/resume/blob/master/build/resume.p...And here is the whole project(I mean, the Makefile, and my Markdown resume): https://github.com/utdemir/resume
Comments
I also made an attempt to unify my resume in different formats.
But I ended up in much simpler, but not so advanced solution. I'm just writing in Markdown and use a Makefile to generate other outputs using Pandoc.
Here is the input: https://raw.githubusercontent.com/utdemir/resume/master/resu...
HTML Output: https://rawgit.com/utdemir/resume/master/build/resume.html
PDF Output: https://github.com/utdemir/resume/blob/master/build/resume.p...
And here is the whole project(I mean, the Makefile, and my Markdown resume): https://github.com/utdemir/resume