Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 83033b0cb6 |
@@ -9,7 +9,7 @@ help:
|
|||||||
@echo ' * all [clean install deploy-full]'
|
@echo ' * all [clean install deploy-full]'
|
||||||
@echo ' * local [lint validate build test]'
|
@echo ' * local [lint validate build test]'
|
||||||
@echo ' * deploy - does not clear the CDN'
|
@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'
|
@echo ' * mrproper - removes node_modues'
|
||||||
|
|
||||||
all: clean install deploy-full
|
all: clean install deploy-full
|
||||||
@@ -51,7 +51,7 @@ build: prepare
|
|||||||
test:
|
test:
|
||||||
$(linkchecker) dist/resume.html
|
$(linkchecker) dist/resume.html
|
||||||
|
|
||||||
deploy: local
|
deploy:
|
||||||
./deploy/deploy-cloudformation.sh $(SITENAME)
|
./deploy/deploy-cloudformation.sh $(SITENAME)
|
||||||
aws s3 sync --delete dist/ s3://$(subst .,-,$(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)
|
* [A script to preform arbitrary transforms on yaml](transform.py)
|
||||||
* The tools to generate my host my CV:
|
* The tools to generate my host my CV:
|
||||||
* [cloudformation templates](deploy/cloudformation/)
|
* [cloudformation templates](deploy/cloudformation/)
|
||||||
* [scripts used to deploy them]((deploy/)
|
* [scripts used to deploy them](deploy/)
|
||||||
* [A makefile to tie it all together](Makefile)
|
* [A makefile to tie it all together](Makefile)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+2
-3
@@ -3,14 +3,13 @@
|
|||||||
"version": "0.9.0",
|
"version": "0.9.0",
|
||||||
"description": "Juan Canham's Resume/CV",
|
"description": "Juan Canham's Resume/CV",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"hackmyresume": "^1.8.0",
|
"hackmyresume": "git+https://git.juancanham.com/JuanCanham/HackMyResume.git#juan-canham-json-theme",
|
||||||
"kcv-cli": "^1.3.0",
|
"kcv-cli": "^1.3.0",
|
||||||
"kcv-theme-fresh": "^0.0.4",
|
"kcv-theme-fresh": "^0.0.4",
|
||||||
"resume-cli": "^1.2.7",
|
"resume-cli": "^1.2.7",
|
||||||
"jsonresume-theme-modern": "git+https://git.juancanham.com/JuanCanham/jsonresume-theme-modern.git",
|
"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-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": {},
|
"devDependencies": {},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user