Hacker News new | ask | show | jobs
by bewe42 3080 days ago
I use a very simple setup of HTML + template engine (Jinja2). Then I maintain the entries of my resume in a YAML file. Finally, I export HTML to pdf.

If interested, I describe it here: bernhardwenzel.com/articles/jinja-yaml/ + github

1 comments

Nice, thanks for the article. Care to share what the template looks like in terms of HTML?

Thanks!