You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
9 months ago | |
---|---|---|
deploy | 3 years ago | |
images | 3 years ago | |
.aspell.en.prepl | 9 months ago | |
.aspell.en.pws | 9 months ago | |
.gitignore | 1 year ago | |
.linkcheckerrc | 1 year ago | |
.yamllint.yaml | 3 years ago | |
Makefile | 1 year ago | |
Readme.md | 3 years ago | |
Resume.md | 9 months ago | |
build.sh | 3 years ago | |
generate_qrcode.py | 1 year ago | |
package-lock.json | 9 months ago | |
package.json | 9 months ago | |
requirements.txt | 1 year ago | |
resume.jrs.json | 9 months ago | |
resume.json | 9 months ago | |
resume.yaml | 9 months ago | |
settings.yaml | 1 year ago | |
transform.py | 1 year ago |
Readme.md
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