emirceyani / cv

My YAML cv and resume, adopted from @bamos' own repository.

Home Page:http://emirceyani.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This repo contains the source I use to automatically generate my curriculum vitae as a webpage and PDF from YAML and BibTeX input. Inspired from Brandon Amos' webpage.

generate.py reads from cv.yaml and publications and outputs LaTeX and Markdown by using Jinja templates.

Building and running

This requires a Python 3 installation, and the hashbang of generate.py assumes an executable named python3 is available on the path. Dependencies are included in requirements.txt and can be installed using pip with pip3 install -r requirements.txt. On Mac or Linux, make will call generate.py and build the LaTeX documents with latexmk and biber.

The Makefile will also:

  1. Stage to my website with make stage,
  2. Start a local jekyll server of my website with updated documents with make jekyll, and
  3. Push updated documents to my website with make push.

What to modify

Change the content in cv.yaml. You should also look through the template files to make sure there isn't any special-case code that needs to be modified. The Makefile can also start a Jekyll server and push the new documents to another repository. To use the Jekyll integration, review the BLOG_DIR variable and the jekyll and push targets.

Warnings

  1. Strings in cv.yaml should be LaTeX (though, the actual LaTeX formatting should be in the left in the templates as much as possible).
  2. If you do include any new LaTeX commands, make sure that one of the REPLACEMENTS in generate.py converts them properly.
  3. The LaTeX templates use modified Jinja delimiters to avoid overlaps with normal LaTeX. See generate.py for details.

Licensing

This work is distributed under the MIT license (LICENSE-bamos.mit) with portions copyright Ellis Michael from emichael/resume. Ellis' portions are also distributed under the MIT license (LICENSE-emichael.mit) and include a re-write of generate.py and template restructuring.

About

My YAML cv and resume, adopted from @bamos' own repository.

http://emirceyani.github.io

License:MIT License


Languages

Language:TeX 43.1%Language:Python 40.7%Language:PowerShell 9.8%Language:Batchfile 3.5%Language:Makefile 2.9%