So this is my résumé. Public version is here. This implementation inspired by Adam Strawson's resume.
I maintain it in markdown -- nice and easy to read, edit & export language.
Export to HTML is provided by github:pages via Jekyll.
Export to PDF I do by myself with help of Gimli
Now résumé update as simple as:
- Edit
index.md
. - Run simple command to export it to pdf.
gimli -removefrontmatter -file index.md -outputfilename 'Alexander Zayats - resume'
. Well, actually there's a little trick I have to do before export to pdf -- add two headers (name & position) intoindex.md
. I'm going automate this in next iteration. - Push changes to github.
- ...
- PROFIT!