Skip to content

Commit

Permalink
Replace default values in config
Browse files Browse the repository at this point in the history
  • Loading branch information
shaansubbaiah committed Jul 26, 2020
1 parent a6f7903 commit a30b88d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config.js
Original file line number Diff line number Diff line change
@@ -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",
},
],
};

0 comments on commit a30b88d

Please sign in to comment.