presumably my resume in a programattic format... or not, since json resume didn't catch on?
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ #!/bin/bash +PATH=$PATH:$(dirname $0)/node_modules/.bin cat resume.yml |python3 -c 'import json,sys;from ruamel.yaml import YAML;yaml=YAML(); print(json.dumps(yaml.load(sys.stdin)))' > resume.fresh.json hackmyresume convert resume.fresh.json to resume.jsr.json hackmyresume build resume.fresh.json index.html |