Hacker News new | ask | show | jobs
by 4rtemis 3487 days ago
Resume generators are getting a little trope-ish. Personally, I just use jsonresume's schema more or less to keep all my employment information. I don't like their generators, too heavy and esoteric, personally. I just use the JSON file.

My website is generated with a static website builder, hugo, and uses wkhtml to generate an optional pdf. It just pulls a subset of what I want to display from the exhaustive, version controlled json file. My entire website pulls contact information, name, location, social media profiles etc information from that one json file. It separates content and presentation and I keep it all in one file. If I wanted two versions of the information, I just change the html document and what I pull.