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.
Building My Resume in HTML Using Eleventy
51–60 of 73 posts
Re: Building My Resume in HTML Using Eleventy
#52Points for originality, but it does seem a little complicated. I did something like this about six months ago, but in HTML, CSS, and zsh. As a next step, try testing your output with a free ATS parser.
Do you have any links to free ATS parsers? This is an interesting angle I hadn't considered.
Re: Building My Resume in HTML Using Eleventy
#53Re: Building My Resume in HTML Using Eleventy
#54I'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.
Re: Building My Resume in HTML Using Eleventy
#55But why ?
Author here—Two reasons, mainly. HTML+CSS is a great layout engine, and Eleventy is a good tool for making development more pleasant. While I have a lot of experience using other tools, e.g., LaTeX, I think they're not as well suited to laying out simple documents.
Re: Building My Resume in HTML Using Eleventy
#56I'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.
Hi, I have a latex resume/cv too and am curious about "some protections against recruiters trying to copy and paste and change things". What does that mean?
I'll try and dig in later and see what I actually did.
Re: Building My Resume in HTML Using Eleventy
#57After I came back to update it 3 years later by cloning the repo and running 'npm i' I got a bunch of errors. Working through the upgrade process failed. I couldn't get it running again.
I dumped the HTML from the live site, changed that directly, and just uploaded that to S3 to host it. I don't think I'd bother with Elevnty again. It's great for making a new site, but the long term maintainability isn't there. To be fair, this is on me. I should have done more to keep it running, or pinned the dependencies, or something.
Re: Building My Resume in HTML Using Eleventy
#58I'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.
Unpopular opinion: every time I see anything made with LaTeX, it makes my eyes bleed. While it might be great for editing, I find it to be a pain to read. I really wish academic papers (and everything else it is used for) would be written with a tool that generate at least a bit more readable output...
Re: Building My Resume in HTML Using Eleventy
#59Earlier quoted context omitted.
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.
I am keeping my CV on overleaf and it is very convenient. Did you try that option?
Sometimes you get lucky and everything just works. If it doesn't... you google it, and pray that someone else hit the same problem and solved it, because trying to actually figure out the problem from first principles is doomed -- the language (and ecosystem) makes Perl look sane.