gitignore outputs

main
Bel LaPointe 2022-10-18 14:27:01 -06:00
parent 56d847ea1e
commit 91d7b82988
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -7,3 +7,5 @@ vendor
firebase-debug.log
/**/node_modules
/json-resume/resume.json
/json-resume/resume.*.html
/json-resume/resume.*.pdf

View File

@ -63,7 +63,7 @@ build() {
return $?
fi
cat ./resume.yaml | jq --yaml-input > resume.json
cat ./resume.yaml | gojq --yaml-input > resume.json
for theme in ${THEMES//,/ }; do
THEME=$theme build_theme