Compare commits

...

No commits in common. "42786bdd92581681a525730556a3ffed6cb55f0b" and "83033b0cb6528fd29a6abac5abac348062400468" have entirely different histories.

3 changed files with 5 additions and 6 deletions

View File

@ -9,7 +9,7 @@ help:
@echo ' * all [clean install deploy-full]'
@echo ' * local [lint validate build test]'
@echo ' * deploy - does not clear the CDN'
@echo ' * deploy-full [deploy clear post-test]'
@echo ' * deploy-full [local deploy clear post-test]'
@echo ' * mrproper - removes node_modues'
all: clean install deploy-full
@ -51,7 +51,7 @@ build: prepare
test:
$(linkchecker) dist/resume.html
deploy: local
deploy:
./deploy/deploy-cloudformation.sh $(SITENAME)
aws s3 sync --delete dist/ s3://$(subst .,-,$(SITENAME))

View File

@ -22,7 +22,7 @@ This repository contains
* [A script to preform arbitrary transforms on yaml](transform.py)
* The tools to generate my host my CV:
* [cloudformation templates](deploy/cloudformation/)
* [scripts used to deploy them]((deploy/)
* [scripts used to deploy them](deploy/)
* [A makefile to tie it all together](Makefile)

View File

@ -3,14 +3,13 @@
"version": "0.9.0",
"description": "Juan Canham's Resume/CV",
"dependencies": {
"hackmyresume": "^1.8.0",
"hackmyresume": "git+https://git.juancanham.com/JuanCanham/HackMyResume.git#juan-canham-json-theme",
"kcv-cli": "^1.3.0",
"kcv-theme-fresh": "^0.0.4",
"resume-cli": "^1.2.7",
"jsonresume-theme-modern": "git+https://git.juancanham.com/JuanCanham/jsonresume-theme-modern.git",
"fresh-theme-bootstrap": "git+https://git.juancanham.com/JuanCanham/fresh-theme-bootstrap.git",
"fresh-theme-elegant": "git+https://git.juancanham.com/JuanCanham/fresh-theme-elegant.git#feature/interactive",
"fresh-themes": "git+https://git.juancanham.com/JuanCanham/fresh-themes.git#feature/certifications",
"fresh-theme-elegant": "git+https://git.juancanham.com/JuanCanham/fresh-theme-elegant.git#feature/interactive"
},
"devDependencies": {},
"scripts": {