Using JSON to populate a CV and website.
See http://akshaymehra.com/posts/CVFromJSON/ for a writeup.
This repository only has three files (excluding the README and license):
cv.json
: the JSON file that contains data from my CVcv/single.html
: a Hugo file that parses the data in cv.json for display at https://akshaymehra.com/cvmehra_cv.tex
: a LuaTeX file that produces a .pdf version of the data in cv.json. Note that you will need to compile usingluatex
!