Compare commits
No commits in common. "83033b0cb6528fd29a6abac5abac348062400468" and "42786bdd92581681a525730556a3ffed6cb55f0b" have entirely different histories.
83033b0cb6
...
42786bdd92
4
Makefile
4
Makefile
@ -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 [local deploy clear post-test]'
|
||||
@echo ' * deploy-full [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:
|
||||
deploy: local
|
||||
./deploy/deploy-cloudformation.sh $(SITENAME)
|
||||
aws s3 sync --delete dist/ s3://$(subst .,-,$(SITENAME))
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
||||
|
@ -3,13 +3,14 @@
|
||||
"version": "0.9.0",
|
||||
"description": "Juan Canham's Resume/CV",
|
||||
"dependencies": {
|
||||
"hackmyresume": "git+https://git.juancanham.com/JuanCanham/HackMyResume.git#juan-canham-json-theme",
|
||||
"hackmyresume": "^1.8.0",
|
||||
"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-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",
|
||||
},
|
||||
"devDependencies": {},
|
||||
"scripts": {
|
||||
|
Loading…
Reference in New Issue
Block a user