From be4be1caf252e717294d08ff46372f43b26b6218 Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Wed, 25 Mar 2020 05:17:07 +0000 Subject: [PATCH] switch to jsonresume --- .gitlab-ci.yml | 3 ++- resume.json | 9 ++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 50832a3..0b99827 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,8 @@ image: node pages: stage: deploy script: - - npm install -g resume-cli + - npm install resume-cli + - npm install jsonresume-theme-onepage - resume export index.html --theme onepage - mkdir .public - cp -r ./site/* .public diff --git a/resume.json b/resume.json index 45f8bf0..f7285ab 100644 --- a/resume.json +++ b/resume.json @@ -28,8 +28,8 @@ { "company": "The Hub", "position": "Team Leader", - "startDate": "2012", - "endDate": "2019", + "startDate": "2012-01-01", + "endDate": "2019-01-01", "summary": "Managed a team of kitchen and serving staff.", "highlights": [ "Ensured product quality according to customer specifications.", @@ -38,8 +38,7 @@ }, { "company": "Redline Racing Division", - "startDate": "2019", - "endDate": "Present", + "startDate": "2019-01-01", "position": "Business Lead", "summary": "", "highlights": [ @@ -64,7 +63,7 @@ "awards": [ { "title": "Top 50 | Tegra® K1 CUDA® Vision Challenge", - "date": "2015", + "date": "2015-09-01", "awarder": "NVIDIA", "summary": "Competition which involved building a computer vision platform using a small dev board from NVIDIA which had a built in GPU." }