prat0318 / json_resume

Generates pretty HTML, LaTeX, markdown, with biodata feeded as input in JSON
http://prat0318.github.io/json_resume
MIT License
1.36k stars 116 forks source link

adding txt support and basic template along with moderncv latex template #19

Open jamesbsilva opened 10 years ago

jamesbsilva commented 10 years ago

Added a text resume given the wide use of application tracking systems

prat0318 commented 10 years ago

Nice idea. But your commit will just create a resume.txt containing the latex contents?

jamesbsilva commented 10 years ago

Missed the template final in the initial commit. This default_txt.mustache should make a basic version of the text resume. Also added another latex template.

prat0318 commented 10 years ago

aah i thought so. I will test out your branch later some time today or tomo. Also, as the default tex is also modern_cv template can you briefly tell the difference between the two. As a new theme will be helpful only if it is too much different than a previous one.

jamesbsilva commented 10 years ago

This is what the txt template outputs for the example json http://imgur.com/2pqD1WP,3JHi8CX#0

and this is the output for the other latex template http://imgur.com/2pqD1WP,3JHi8CX#1

prat0318 commented 10 years ago

There are many things needed to be added to them.

For text:

For latex:

jamesbsilva commented 10 years ago

Created an empty formatter for txt for now. Formatted templates a bit