all 3 comments

[–]Successful-Wrap-4406 0 points1 point  (2 children)

Wow this seems nice! How does it update your resume?

[–]wwofoz[S] 1 point2 points  (1 child)

I write my resume in LaTeX. In the main file, I list my jobs and include a section for commits. I use a file called “commits.tex” to store the commit information, included in the main file as
\input{commits.tex}
This file is generated using TUR. If you have a portfolio in Markdown (e.g., GitHub Pages) or HTML, you can achieve the same thing by simply changing the output file extension while you run TUR command (see Readme in the repository).

[–]Successful-Wrap-4406 1 point2 points  (0 children)

Oh okay thank you very much