Commit graph

4 commits

Author SHA1 Message Date
88981882c4
feat: Added CV Summary
JSON does not support splitting a string into multiple lines so I've
changed the Summary field from string to []string. I've created a func
called join that uses strings.Join() to concatenate all elements of
Summary into a single string.
2019-08-18 04:07:19 +01:00
d3eceb1db8
update jobTitle to the latest role title 2019-08-17 21:22:51 +01:00
a7b1d7d2cd
feat: created CV using ConTeXt, Go and JSON
- ConTeXt is used for the CV template.
- CV data is stored in a JSON document.
- A small Go script is used to parse the JSON data and render
  the final cv.tex file.
- ConTeXt is then used to render the CV in PDF (other formats to be
  supported soon).
2019-07-30 23:52:56 +01:00
044cba4d39 Initial commit 2019-06-30 20:46:21 +00:00