Skip to content

Commit eca8b47

Browse files
committed
Update gitprofile.config.ts
1 parent f52ba36 commit eca8b47

1 file changed

Lines changed: 23 additions & 37 deletions

File tree

gitprofile.config.ts

Lines changed: 23 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const CONFIG = {
44
github: {
5-
username: 'arifszn', // Your GitHub org/user name. (This is the only required config)
5+
username: 'krish-134', // Your GitHub org/user name. (This is the only required config)
66
},
77
/**
88
* 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 '/'.
@@ -25,7 +25,7 @@ const CONFIG = {
2525
},
2626
manual: {
2727
// Properties for manually specifying projects
28-
projects: ['arifszn/gitprofile', 'arifszn/pandora'], // List of repository names to display. example: ['arifszn/my-project1', 'arifszn/my-project2']
28+
projects: [''], // List of repository names to display. example: ['arifszn/my-project1', 'arifszn/my-project2']
2929
},
3030
},
3131
external: {
@@ -40,14 +40,6 @@ const CONFIG = {
4040
'https://img.freepik.com/free-vector/illustration-gallery-icon_53876-27002.jpg',
4141
link: 'https://example.com',
4242
},
43-
{
44-
title: 'Project Name',
45-
description:
46-
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nunc ut.',
47-
imageUrl:
48-
'https://img.freepik.com/free-vector/illustration-gallery-icon_53876-27002.jpg',
49-
link: 'https://example.com',
50-
},
5143
],
5244
},
5345
},
@@ -85,28 +77,28 @@ const CONFIG = {
8577
'Python',
8678
],
8779
experiences: [
88-
{
89-
company: '',
90-
position: '',
91-
from: '',
92-
to: '',
93-
companyLink: '',
94-
},
95-
{
96-
company: '',
97-
position: '',
98-
from: '',
99-
to: '',
100-
companyLink: '',
101-
},
80+
// {
81+
// company: '',
82+
// position: '',
83+
// from: '',
84+
// to: '',
85+
// companyLink: '',
86+
// },
87+
// {
88+
// company: '',
89+
// position: '',
90+
// from: '',
91+
// to: '',
92+
// companyLink: '',
93+
// },
10294
],
10395
certifications: [
104-
{
105-
name: '',
106-
body: '',
107-
year: '',
108-
link: '',
109-
},
96+
// {
97+
// name: '',
98+
// body: '',
99+
// year: '',
100+
// link: '',
101+
// },
110102
],
111103
educations: [
112104
{
@@ -115,12 +107,6 @@ const CONFIG = {
115107
from: '2023',
116108
to: 'Expected 2027',
117109
},
118-
{
119-
institution: '',
120-
degree: '',
121-
from: '',
122-
to: '',
123-
},
124110
],
125111
// Display articles from your medium or dev account. (Optional)
126112
blog: {
@@ -137,7 +123,7 @@ const CONFIG = {
137123
snippetVersion: 6,
138124
},
139125
themeConfig: {
140-
defaultTheme: 'nord',
126+
defaultTheme: 'dim',
141127

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

0 commit comments

Comments
 (0)