From b4f27d630477cdcf4f26e7b4d46e9a6c93e341bd Mon Sep 17 00:00:00 2001 From: umutcanbolat Date: Tue, 24 Aug 2021 18:54:54 +0200 Subject: [PATCH] feat: add new personal project --- scripts/printToPdf.js | 2 +- src/static/data.json | 11 +++++++++++ src/static/techKeywords.json | 2 ++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/scripts/printToPdf.js b/scripts/printToPdf.js index facb96f..27b9227 100644 --- a/scripts/printToPdf.js +++ b/scripts/printToPdf.js @@ -10,7 +10,7 @@ async function toPdf() { waitUntil: 'networkidle2', }); await page.pdf({ - path: './output/Umut-Canbolat-CV.pdf', + path: './output/Umut-Canbolat-Resume.pdf', format: 'a4', preferCSSPageSize: true, }); diff --git a/src/static/data.json b/src/static/data.json index 3b2382a..3c792d9 100644 --- a/src/static/data.json +++ b/src/static/data.json @@ -159,6 +159,17 @@ "github": "https://github.com/umutcanbolat/unrepeat", "npm": "https://www.npmjs.com/package/unrepeat" } + }, + { + "name": "Resume", + "descriptions": [ + "The source code of this resume. Reads the data from a JSON file, generates a web page and a PDF form of this resume from it.", + "Tech stack: React.js, Puppeteer, GitHub pages, Github Actions." + ], + "links": { + "github": "https://www.github.com/umutcanbolat/resume", + "web": "https://www.umutcanbolat.com/resume" + } } ], "publications": [ diff --git a/src/static/techKeywords.json b/src/static/techKeywords.json index 45a11b5..8fcaf7d 100644 --- a/src/static/techKeywords.json +++ b/src/static/techKeywords.json @@ -26,6 +26,7 @@ "Java", "JavaScript", "Jest", + "JSON", "Kotlin", "Kubernetes", "Laravel", @@ -38,6 +39,7 @@ "PHP", "Prettier", "Prolog", + "Puppeteer", "Python 3", "Python", "React Native",