Skip to content

Commit

Permalink
Update gitprofile.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
krish-134 committed Jan 29, 2024
1 parent f52ba36 commit eca8b47
Showing 1 changed file with 23 additions and 37 deletions.
60 changes: 23 additions & 37 deletions gitprofile.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const CONFIG = {
github: {
username: 'arifszn', // Your GitHub org/user name. (This is the only required config)
username: 'krish-134', // Your GitHub org/user name. (This is the only required config)
},
/**
* If you are deploying to https://<USERNAME>.github.io/, for example your repository is at https://github.com/arifszn/arifszn.github.io, set base to '/'.
Expand All @@ -25,7 +25,7 @@ const CONFIG = {
},
manual: {
// Properties for manually specifying projects
projects: ['arifszn/gitprofile', 'arifszn/pandora'], // List of repository names to display. example: ['arifszn/my-project1', 'arifszn/my-project2']
projects: [''], // List of repository names to display. example: ['arifszn/my-project1', 'arifszn/my-project2']
},
},
external: {
Expand All @@ -40,14 +40,6 @@ const CONFIG = {
'https://img.freepik.com/free-vector/illustration-gallery-icon_53876-27002.jpg',
link: 'https://example.com',
},
{
title: 'Project Name',
description:
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nunc ut.',
imageUrl:
'https://img.freepik.com/free-vector/illustration-gallery-icon_53876-27002.jpg',
link: 'https://example.com',
},
],
},
},
Expand Down Expand Up @@ -85,28 +77,28 @@ const CONFIG = {
'Python',
],
experiences: [
{
company: '',
position: '',
from: '',
to: '',
companyLink: '',
},
{
company: '',
position: '',
from: '',
to: '',
companyLink: '',
},
// {
// company: '',
// position: '',
// from: '',
// to: '',
// companyLink: '',
// },
// {
// company: '',
// position: '',
// from: '',
// to: '',
// companyLink: '',
// },
],
certifications: [
{
name: '',
body: '',
year: '',
link: '',
},
// {
// name: '',
// body: '',
// year: '',
// link: '',
// },
],
educations: [
{
Expand All @@ -115,12 +107,6 @@ const CONFIG = {
from: '2023',
to: 'Expected 2027',
},
{
institution: '',
degree: '',
from: '',
to: '',
},
],
// Display articles from your medium or dev account. (Optional)
blog: {
Expand All @@ -137,7 +123,7 @@ const CONFIG = {
snippetVersion: 6,
},
themeConfig: {
defaultTheme: 'nord',
defaultTheme: 'dim',

// Hides the switch in the navbar
// Useful if you want to support a single color mode
Expand Down

0 comments on commit eca8b47

Please sign in to comment.