Skip to content

Commit 81da500

Browse files
authored
Update gitprofile.config.ts
1 parent 8135270 commit 81da500

File tree

1 file changed

+16
-97
lines changed

1 file changed

+16
-97
lines changed

gitprofile.config.ts

Lines changed: 16 additions & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@
22

33
const CONFIG = {
44
github: {
5-
username: 'arifszn', // Your GitHub org/user name. (This is the only required config)
5+
username: 'il01di', // Your GitHub org/user name. (This is the only required config)
66
},
7-
/**
8-
* 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 '/'.
9-
* If you are deploying to https://<USERNAME>.github.io/<REPO_NAME>/,
10-
* for example your repository is at https://github.com/arifszn/portfolio, then set base to '/portfolio/'.
11-
*/
7+
128
base: '/gitprofile/',
139
projects: {
1410
github: {
@@ -25,41 +21,25 @@ const CONFIG = {
2521
},
2622
manual: {
2723
// Properties for manually specifying projects
28-
projects: ['arifszn/gitprofile', 'arifszn/pandora'], // List of repository names to display. example: ['arifszn/my-project1', 'arifszn/my-project2']
24+
projects: [], // List of repository names to display. example: ['arifszn/my-project1', 'arifszn/my-project2']
2925
},
3026
},
3127
external: {
3228
header: 'My Projects',
3329
// To hide the `External Projects` section, keep it empty.
3430
projects: [
35-
{
36-
title: 'Project Name',
37-
description:
38-
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nunc ut.',
39-
imageUrl:
40-
'https://img.freepik.com/free-vector/illustration-gallery-icon_53876-27002.jpg',
41-
link: 'https://example.com',
42-
},
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-
},
5131
],
5232
},
5333
},
5434
seo: {
55-
title: 'Portfolio of Ariful Alam',
35+
title: 'Portfolio of L01D',
5636
description: '',
5737
imageURL: '',
5838
},
5939
social: {
60-
linkedin: 'ariful-alam',
61-
twitter: 'arif_szn',
62-
mastodon: '[email protected]',
40+
linkedin: '',
41+
twitter: '',
42+
mastodon: '',
6343
researchGate: '',
6444
facebook: '',
6545
instagram: '',
@@ -69,97 +49,36 @@ const CONFIG = {
6949
udemy: '',
7050
dribbble: '',
7151
behance: '',
72-
medium: 'arifszn',
73-
dev: 'arifszn',
52+
medium: '',
53+
dev: '',
7454
stackoverflow: '', // example: '1/jeff-atwood'
7555
skype: '',
7656
telegram: '',
77-
website: 'https://www.arifszn.com',
57+
website: 'https://il01di.github.io',
7858
phone: '',
79-
59+
email: '',
8060
},
8161
resume: {
8262
fileUrl:
83-
'https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf', // Empty fileUrl will hide the `Download Resume` button.
63+
'', // Empty fileUrl will hide the `Download Resume` button.
8464
},
8565
skills: [
86-
'PHP',
87-
'Laravel',
8866
'JavaScript',
89-
'React.js',
9067
'Node.js',
91-
'Nest.js',
92-
'MySQL',
93-
'PostgreSQL',
94-
'Git',
95-
'Docker',
96-
'PHPUnit',
9768
'CSS',
98-
'Antd',
99-
'Tailwind',
10069
],
10170
experiences: [
102-
{
103-
company: 'Company Name',
104-
position: 'Position',
105-
from: 'September 2021',
106-
to: 'Present',
107-
companyLink: 'https://example.com',
108-
},
109-
{
110-
company: 'Company Name',
111-
position: 'Position',
112-
from: 'July 2019',
113-
to: 'August 2021',
114-
companyLink: 'https://example.com',
115-
},
11671
],
11772
certifications: [
118-
{
119-
name: 'Lorem ipsum',
120-
body: 'Lorem ipsum dolor sit amet',
121-
year: 'March 2022',
122-
link: 'https://example.com',
123-
},
12473
],
12574
educations: [
126-
{
127-
institution: 'Institution Name',
128-
degree: 'Degree',
129-
from: '2015',
130-
to: '2019',
131-
},
132-
{
133-
institution: 'Institution Name',
134-
degree: 'Degree',
135-
from: '2012',
136-
to: '2014',
137-
},
13875
],
13976
publications: [
140-
{
141-
title: 'Publication Title',
142-
conferenceName: '',
143-
journalName: 'Journal Name',
144-
authors: 'John Doe, Jane Smith',
145-
link: 'https://example.com',
146-
description:
147-
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.',
148-
},
149-
{
150-
title: 'Publication Title',
151-
conferenceName: 'Conference Name',
152-
journalName: '',
153-
authors: 'John Doe, Jane Smith',
154-
link: 'https://example.com',
155-
description:
156-
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.',
157-
},
15877
],
15978
// Display articles from your medium or dev account. (Optional)
16079
blog: {
161-
source: 'dev', // medium | dev
162-
username: 'arifszn', // to hide blog section, keep it empty
80+
source: '', // medium | dev
81+
username: '', // to hide blog section, keep it empty
16382
limit: 2, // How many articles to display. Max is 10.
16483
},
16584
googleAnalytics: {
@@ -175,11 +94,11 @@ const CONFIG = {
17594

17695
// Hides the switch in the navbar
17796
// Useful if you want to support a single color mode
178-
disableSwitch: false,
97+
disableSwitch: true,
17998

18099
// Should use the prefers-color-scheme media-query,
181100
// using user system preferences, instead of the hardcoded defaultTheme
182-
respectPrefersColorScheme: false,
101+
respectPrefersColorScheme: true,
183102

184103
// Display the ring in Profile picture
185104
displayAvatarRing: true,

0 commit comments

Comments
 (0)