Building My Resume in HTML Using Eleventy
11–20 of 73 posts
Re: Building My Resume in HTML Using Eleventy
#12Re: Building My Resume in HTML Using Eleventy
#13But why ?
Re: Building My Resume in HTML Using Eleventy
#14Over engineered. Just write it in pure HTML/CSS. It's a resume, you don't need anything more advanced.
Re: Building My Resume in HTML Using Eleventy
#15Over engineered. Just write it in pure HTML/CSS. It's a resume, you don't need anything more advanced.
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.
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
Re: Building My Resume in HTML Using Eleventy
#16Earlier 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
Re: Building My Resume in HTML Using Eleventy
#17I'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.
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.
Re: Building My Resume in HTML Using Eleventy
#18But 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
#19Over engineered. Just write it in pure HTML/CSS. It's a resume, you don't need anything more advanced.
Re: Building My Resume in HTML Using Eleventy
#20Over engineered. Just write it in pure HTML/CSS. It's a resume, you don't need anything more advanced.