This repo contains the source for my CV:
Dependencies are included in requirements.txt
and can be installed
using pip
with pip3 install -r requirements.txt
.
make
will call generate.py and
build the LaTeX documents with latexmk
and biber
.
The Makefile can also:
make stage
,make jekyll
, andmake push
.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 with make jekyll
and make push
.
cv.yaml
should be LaTeX (though, the actual LaTeX formatting
should be in the left in the templates as much as possible).REPLACEMENTS
in generate.py
converts them properly.generate.py
for details.You are welcome to use this code with or without attribution in the documents you produce, and add a link back here if you want!