summary refs log tree commit diff
path: root/build.sh
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@gmail.com>2019-12-13 02:57:00 +0000
committerZach DeCook <zachdecook@gmail.com>2019-12-13 02:57:00 +0000
commit4ca64179dda86532a36c0bb15d55f8bf3a850ec0 (patch)
tree3af353a5ca337c21b13bb238b052e7334042ea4b /build.sh
downloadzachdecook-resume-4ca64179dda86532a36c0bb15d55f8bf3a850ec0.tar.gz
* Resume: Start this
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/build.sh b/build.sh
new file mode 100755
index 0000000..763cdd0
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+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
+hackmyresume build resume.fresh.json paper.html -t node_modules/jsonresume-theme-paper