My CV as a JSON document.
Find a file
Dan Anglin 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
data feat: created CV using ConTeXt, Go and JSON 2019-07-30 23:52:56 +01:00
template feat: created CV using ConTeXt, Go and JSON 2019-07-30 23:52:56 +01:00
.gitignore feat: created CV using ConTeXt, Go and JSON 2019-07-30 23:52:56 +01:00
go.mod feat: created CV using ConTeXt, Go and JSON 2019-07-30 23:52:56 +01:00
main.go feat: created CV using ConTeXt, Go and JSON 2019-07-30 23:52:56 +01:00
Makefile feat: created CV using ConTeXt, Go and JSON 2019-07-30 23:52:56 +01:00
model.go feat: created CV using ConTeXt, Go and JSON 2019-07-30 23:52:56 +01:00
README.md Initial commit 2019-06-30 20:46:21 +00:00