GitXplorerGitXplorer
s

OpenResume

public
2 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
c1f120552e389f34eef13e263481c801747484e3

Minor content update

ssirosen committed 4 years ago
Unverified
3448fd9a8c511c768365133022726c928ad338c9

Fix twocolumn HTML

ssirosen committed 5 years ago
Unverified
d98ee812ef83a993788e7be10ef36aa5ad1bcf4c

Several content updates

ssirosen committed 5 years ago
Unverified
41f882081450eb19e0cc8e0f5c0a84fd7f384aec

Remove offset spacing from HTML subsection headers

ssirosen committed 5 years ago
Unverified
e0afdba059da21f87ddf3811e4eb3283d7ca70e6

Fix two-column HTML

ssirosen committed 5 years ago
Unverified
579d3c3d51ac8e9ba6edbd3ef402f3d29918b36f

Update for the first time in many years

ssirosen committed 5 years ago

README

The README file for this repository.

OpenResume

A Resume Maintenance Toolkit

What is it?

This project contains templating tools to help me maintain my resume, and (hopefully) to help others manage their resumes or CVs.

The basic idea is that if resume content is kept in a format like JSON or XML, then it can be rendered to multiple presentation formats. The further content is kept from finicky systems like TeX rendering and CSS styling, the less chance that I give in to temptation and compromise content in order to satisfy those systems.

MIT Licensed

Because no one wants to have questions about the licensing of their own resume.

How to Use It?

Your resume is JSON, and make all renders it to PDF, PNG, and HTML (and also TeX) output in output/. Fork to change the content, feel free to alter the source to support customizations you need.

I use JQuery to include the resulting HTML on my website, and I recommend doing the same if you want to embed the HTML elsewhere.