deploy | ||
images | ||
.aspell.en.prepl | ||
.aspell.en.pws | ||
.gitignore | ||
.yamllint.yaml | ||
build.sh | ||
generate_qrcode.py | ||
Makefile | ||
package.json | ||
Readme.md | ||
requirements.txt | ||
resume.jrs.json | ||
resume.json | ||
Resume.md | ||
resume.yaml | ||
settings.yaml | ||
transform.py |
Juan Canham's Resume Repo
Motivation
As a pragmatist I want to use existing tools e.g hackmyresume, however I also want to personalise the input format as the roles on my CV are less important than the projects and work that I did as part of them.
Additionally I want a single tool used to generate
- My Dynamic Web CV e.g cv.juancanham.com
- Public Static CVs
Contents
This repository contains
- The source yaml file used to generate my CV
- The resultant markdown
- The tools to generate my CVs
- The tools to generate my host my CV:
- A makefile to tie it all together
Dependencies
-
node tools (see also [package.json])
- work on at least node 8
- hackmyresume
- kcv
- fresh
-
python tools (see also [requirements.txt])
- qrcode
- awscli - used to create the static s3+cloudfront website
- linters
License
Code: BSD-2-Clause