Let Latex take care of the formatting of your resume, and you just have to deal with texts. Especially if you love to let ChatGPT do all the tailoring for you :D.
- If you intend to tailor your resume with the help of AI tools, please only send the information listed in
sample.json
to avoid privacy issues. - If you find the resume format of ResuMake is good enough for you, you probably should use it instead.
- The program (currently) cannot deal with
%
and&
properly. Please replace all%
/&
characters with//%
///&
. - Further customization requires LaTeX knowledge.
You need to install Go and pdflatex to make this work.
- Download the code
- Update the
header.json
. Updatesample.json
or you can create a new json file to save your resume body. - Open the terminal and enter
# Assuming you save the file folder in Downloads/ and use the `sample.json` for the resume body.
cd Downloads/GenResume; go run *.go sample.json
If you want to edit the format, go to template.tex
and resume_config.cls
, like how you edit LaTeX. Please leave a comment (or find ChatGPT for assistance) if you have any difficulties formatting the template.
MIT
I made this alone (with the help of ChatGPT).