From a30b88d1f38263315035f617927e780e7f034693 Mon Sep 17 00:00:00 2001 From: Shaan Subbaiah Date: Sun, 26 Jul 2020 12:34:11 +0530 Subject: [PATCH] Replace default values in config --- config.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config.js b/config.js index bdd5eea..e9ee5c2 100644 --- a/config.js +++ b/config.js @@ -1,19 +1,19 @@ module.exports = { - username: "sumanth-vs", + username: "YOUR_GITHUB_USERNAME", repos: 10, - linkedinURL: "Sumanth", - twitterId: "_sumanth_vs", - gitlabId: "sumanth", + linkedinURL: "YOUR_LINKEDIN_URL", + twitterId: "YOUR_TWITTER_ID", + gitlabId: "YOUR_GITLAB_ID", infoLinks: [ { name: "Behance", - link: "https://www.behance.net/", + link: "LINK_TO_YOUR_BEHANCE", }, ], navLinks: [ { name: "Resumé", - link: "https://www.youtube.com/watch?v=dQw4w9WgXcQ", + link: "YOUR_RESUME_LINK", }, ], };