Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 1.01 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.01 KB

z4y4ts.github.com

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:

  1. Edit index.md.
  2. 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) into index.md. I'm going automate this in next iteration.
  3. Push changes to github.
  4. ...
  5. PROFIT!