I wanted to keep my resume in a git repo for easy updating.
- Write resume in markdown.
- Use tools to generate it into a pdf
- Use tools to generate an HTML file
- Use tools to publish it to a server I have access to.
$ sudo apt-get install pandoc context
$ make initialise_environment
$ RESUME_SERVER=theletterd@place-where-I-host-shit REMOTE_FOLDER="~/webapps/resume" make build_resume
Resume is available at https://resume.theletterd.co.uk - I'm not looking though :) <3