I've been using LaTeX for mine for years and never looked back. I have it setup in such a way that I just comment or uncomment a few lins at the start and can easily include or exclude, or adjust, types of skills, work experience, length, etc. Always produces a nice, easy to clean minimal pdf that has some protections against recruiters trying to copy and paste and change things.
I agree, but it can be useful to produce html and plain text versions of your resume and cover letter too. Per-job customization, and adding custom metadata for cover letters, is also useful. What worked for me was I creating a simple python script that uses json files with custom data as input, and uses mako templates to create latex, html, and text output.
Building My Resume in HTML Using Eleventy
31–40 of 73 posts
Re: Building My Resume in HTML Using Eleventy
#32Re: Building My Resume in HTML Using Eleventy
#33This is a high-risk high-reward game, because if it’s clean you’ll get bonus points, but if there’s unnecessary cruft (as defined by me) you’ll loose points.
For example, while this is pretty clean code, I’m currently on my phone and getting horizontal scroll bars. For a text based site like this resume that shouldn’t happen, and perhaps unfairly, that’s going to weigh heavily against the other good work OP has done.
Re: Building My Resume in HTML Using Eleventy
#34Re: Building My Resume in HTML Using Eleventy
#35I've been using LaTeX for mine for years and never looked back. I have it setup in such a way that I just comment or uncomment a few lins at the start and can easily include or exclude, or adjust, types of skills, work experience, length, etc. Always produces a nice, easy to clean minimal pdf that has some protections against recruiters trying to copy and paste and change things.
Mine is also in LaTeX. Every 3-5 years I get a nice reminder of the nightmare that is cobbling together a fully functional LaTeX dev environment to work on it again.
Re: Building My Resume in HTML Using Eleventy
#36Re: Building My Resume in HTML Using Eleventy
#37Earlier quoted context omitted.
How would you set the font?
Inline style or
Re: Building My Resume in HTML Using Eleventy
#38Re: Building My Resume in HTML Using Eleventy
#39Earlier quoted context omitted.
Author here—This is fair criticism, but _for me_, the overhead of a simple static site generator is worth all the benefits I get from being able to e.g., separate my data from my styles and so on.
You mean like ? I mean I personally would use a static site generator too, but objectively speaking: for a single page (no navigation, not printed page)... It really is overkill