Skip to content

Commit

Permalink
customize it to my needs
Browse files Browse the repository at this point in the history
  • Loading branch information
avish42 committed Feb 6, 2024
1 parent f7be9f3 commit ad45229
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions gitprofile.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,30 @@ const CONFIG = {
projects: [], // These projects will not be displayed. example: ['my-project1', 'my-project2']
},
external: {
header: 'My Projects',
// To hide the `External Projects` section, keep it empty.
projects: [
{
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',
},
{
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',
},
],
// header: 'My Projects',
// // To hide the `External Projects` section, keep it empty.
// projects: [
// {
// 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',
// },
// {
// 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',
// },
// ],
},
},
seo: {
title: 'Portfolio of Ariful Alam',
title: 'Vishal Tewatia',
description: '',
imageURL: '',
},
Expand All @@ -49,7 +49,7 @@ const CONFIG = {
stackoverflow: '', // format: userid/username
skype: '',
telegram: '',
website: 'https://vishaltewatia.com',
website: 'https://blog.vishaltewatia.com',
phone: '',
email: '[email protected]',
},
Expand Down

0 comments on commit ad45229

Please sign in to comment.