Skip to content

Commit

Permalink
Update gitprofile.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Thugger069 authored Jan 23, 2025
1 parent b9f00b0 commit 6999ab3
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions gitprofile.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

const CONFIG = {
github: {
username: 'arifszn', // Your GitHub org/user name. (This is the only required config)
username: 'thugger069', // 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 '/'.
* If you are deploying to https://<USERNAME>.github.io/<REPO_NAME>/,
* for example your repository is at https://github.com/arifszn/portfolio, then set base to '/portfolio/'.
*/
base: '/gitprofile/',
base: '/',
projects: {
github: {
display: true, // Display GitHub projects?
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: ['thugger069/portfolio', 'arifszn/pandora'], // List of repository names to display. example: ['arifszn/my-project1', 'arifszn/my-project2']
},
},
external: {
Expand Down Expand Up @@ -57,9 +57,9 @@ const CONFIG = {
imageURL: '',
},
social: {
linkedin: 'ariful-alam',
twitter: 'arif_szn',
mastodon: 'arifszn@mastodon.social',
linkedin: 'Thugger069',
twitter: 'chuksgincaro',
mastodon: 'thugger069@mastodon.social',
researchGate: '',
facebook: '',
instagram: '',
Expand All @@ -69,14 +69,14 @@ const CONFIG = {
udemy: '',
dribbble: '',
behance: '',
medium: 'arifszn',
dev: 'arifszn',
medium: 'LysergicProtocol',
dev: 'Thugger069',
stackoverflow: '', // example: '1/jeff-atwood'
skype: '',
telegram: '',
website: 'https://www.arifszn.com',
website: 'https://thugger069.github.io',
phone: '',
email: 'arifulalamszn@gmail.com',
email: 'thugger069@gmail.com',
},
resume: {
fileUrl:
Expand Down Expand Up @@ -159,7 +159,7 @@ const CONFIG = {
// Display articles from your medium or dev account. (Optional)
blog: {
source: 'dev', // medium | dev
username: 'arifszn', // to hide blog section, keep it empty
username: 'thugger069', // to hide blog section, keep it empty
limit: 2, // How many articles to display. Max is 10.
},
googleAnalytics: {
Expand Down Expand Up @@ -238,7 +238,7 @@ const CONFIG = {
class="text-primary" href="https://github.com/arifszn/gitprofile"
target="_blank"
rel="noreferrer"
>GitProfile</a> and ❤️`,
>I</a> and ❤️`,

enablePWA: true,
};
Expand Down

0 comments on commit 6999ab3

Please sign in to comment.