Live data from Hacker News

Building My Resume in HTML Using Eleventy

michaelengen.com

11–20 of 73 posts

Re: Building My Resume in HTML Using Eleventy

#13

But 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

#14
post #4

Over 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.

Re: Building My Resume in HTML Using Eleventy

#15
post #4

Over 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.

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

#16
post #15

Earlier 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

It's definitely overkill! Fun, though :)

Re: Building My Resume in HTML Using Eleventy

#17

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.

Re: Building My Resume in HTML Using Eleventy

#18

But 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.

Disagree. A resume needs to be a professional-looking document, not necessarily a simple one. LaTeX is much better as the primary format, with plan text and html serving as backup.
Post reply on HN