Skip to content

Commit d174439

Browse files
committed
🔧 add personal config
1 parent 53ac08d commit d174439

File tree

2 files changed

+4915
-85
lines changed

2 files changed

+4915
-85
lines changed

gitprofile.config.ts

Lines changed: 77 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22

33
const CONFIG = {
44
github: {
5-
username: 'arifszn', // Your GitHub org/user name. (This is the only required config)
5+
username: 'plusiv', // 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 '/'.
99
* If you are deploying to https://<USERNAME>.github.io/<REPO_NAME>/,
1010
* for example your repository is at https://github.com/arifszn/portfolio, then set base to '/portfolio/'.
1111
*/
12-
base: '/gitprofile/',
12+
base: '/',
1313
projects: {
1414
github: {
1515
display: true, // Display GitHub projects?
16-
header: 'Github Projects',
16+
header: 'Last Contributions',
1717
mode: 'automatic', // Mode can be: 'automatic' or 'manual'
1818
automatic: {
19-
sortBy: 'stars', // Sort projects by 'stars' or 'updated'
19+
sortBy: 'updated', // Sort projects by 'stars' or 'updated'
2020
limit: 8, // How many projects to display.
2121
exclude: {
2222
forks: false, // Forked projects will not be displayed if set to true.
@@ -25,41 +25,41 @@ 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: ['ogticrd/kubectl-envsecret', 'plusiv/locations-api-dr'], // List of repository names to display. example: ['arifszn/my-project1', 'arifszn/my-project2']
2929
},
3030
},
3131
external: {
3232
header: 'My Projects',
3333
// To hide the `External Projects` section, keep it empty.
3434
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-
},
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+
// },
5151
],
5252
},
5353
},
5454
seo: {
55-
title: 'Portfolio of Ariful Alam',
55+
title: 'Portfolio of Jorge Massih',
5656
description: '',
5757
imageURL: '',
5858
},
5959
social: {
60-
linkedin: 'ariful-alam',
61-
twitter: 'arif_szn',
62-
mastodon: 'arifszn@mastodon.social',
60+
linkedin: 'jorgmassih',
61+
twitter: '',
62+
mastodon: 'plusiv@mastodon.social',
6363
researchGate: '',
6464
facebook: '',
6565
instagram: '',
@@ -69,98 +69,90 @@ const CONFIG = {
6969
udemy: '',
7070
dribbble: '',
7171
behance: '',
72-
medium: 'arifszn',
73-
dev: 'arifszn',
74-
stackoverflow: '', // example: '1/jeff-atwood'
72+
medium: 'jorgmassih',
73+
dev: 'plusiv',
74+
stackoverflow: 'jorge-massih', // example: '1/jeff-atwood'
7575
skype: '',
7676
telegram: '',
77-
website: 'https://www.arifszn.com',
77+
website: 'https://plusiv.dev',
7878
phone: '',
79-
email: 'arifulalamszn@gmail.com',
79+
email: 'jorgmassih@gmail.com',
8080
},
8181
resume: {
8282
fileUrl:
83-
'https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf', // Empty fileUrl will hide the `Download Resume` button.
83+
'https://drive.google.com/file/d/1VYXh654K6nWfqm-o_BdU_Ln3kjRBKRrm/view?usp=sharing', // Empty fileUrl will hide the `Download Resume` button.
8484
},
8585
skills: [
86-
'PHP',
87-
'Laravel',
86+
'Go',
87+
'Python',
8888
'JavaScript',
89-
'React.js',
89+
'Fiber',
90+
'FastAPI',
9091
'Node.js',
91-
'Nest.js',
9292
'MySQL',
9393
'PostgreSQL',
9494
'Git',
9595
'Docker',
96-
'PHPUnit',
97-
'CSS',
98-
'Antd',
99-
'Tailwind',
10096
],
10197
experiences: [
10298
{
103-
company: 'Company Name',
104-
position: 'Position',
105-
from: 'September 2021',
99+
company: 'OGTICRD',
100+
position: 'Senior Software Engineer Team Lead',
101+
from: 'August 2023',
106102
to: 'Present',
107-
companyLink: 'https://example.com',
103+
companyLink: 'https://ogtic.gob.do',
108104
},
109105
{
110-
company: 'Company Name',
111-
position: 'Position',
112-
from: 'July 2019',
113-
to: 'August 2021',
114-
companyLink: 'https://example.com',
106+
company: 'OGTICRD',
107+
position: 'Software Engineer',
108+
from: 'December 2021',
109+
to: 'August 2023',
110+
companyLink: 'https://ogtic.gob.do',
115111
},
116-
],
117-
certifications: [
118112
{
119-
name: 'Lorem ipsum',
120-
body: 'Lorem ipsum dolor sit amet',
121-
year: 'March 2022',
122-
link: 'https://example.com',
113+
company: 'Archk S.R.L.',
114+
position: 'Cloud Native Software Engineer',
115+
from: 'November 2021',
116+
to: 'May 2023',
117+
companyLink: 'https://archk.company',
123118
},
124-
],
125-
educations: [
126119
{
127-
institution: 'Institution Name',
128-
degree: 'Degree',
129-
from: '2015',
130-
to: '2019',
120+
company: 'Onemax',
121+
position: 'Software Engineer',
122+
from: 'February 2021',
123+
to: 'December 2021',
124+
companyLink: 'https://onemax.com',
131125
},
132126
{
133-
institution: 'Institution Name',
134-
degree: 'Degree',
135-
from: '2012',
136-
to: '2014',
127+
company: 'Vice-Rectory of Research and Development PUCMM',
128+
position: 'Assistant Research | Software Developer',
129+
from: 'November 2019',
130+
to: 'October 2020',
131+
companyLink: 'https://pucmm.edu.do',
137132
},
138133
],
139-
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-
},
134+
certifications: [
135+
// {
136+
// name: 'Lorem ipsum',
137+
// body: 'Lorem ipsum dolor sit amet',
138+
// year: 'March 2022',
139+
// link: 'https://example.com',
140+
// },
141+
],
142+
educations: [
149143
{
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.',
144+
institution: 'Pontificia Universidad Católica Madre y Maestra (PUCMM)',
145+
degree: 'BEng Communications Engineering',
146+
from: '2016',
147+
to: '2020',
157148
},
158149
],
150+
publications: [],
159151
// Display articles from your medium or dev account. (Optional)
160152
blog: {
161153
source: 'dev', // medium | dev
162-
username: 'arifszn', // to hide blog section, keep it empty
163-
limit: 2, // How many articles to display. Max is 10.
154+
username: 'plusiv', // to hide blog section, keep it empty
155+
limit: 3, // How many articles to display. Max is 10.
164156
},
165157
googleAnalytics: {
166158
id: '', // GA3 tracking id/GA4 tag id UA-XXXXXXXXX-X | G-XXXXXXXXXX
@@ -171,11 +163,11 @@ const CONFIG = {
171163
snippetVersion: 6,
172164
},
173165
themeConfig: {
174-
defaultTheme: 'lofi',
166+
defaultTheme: 'dark',
175167

176168
// Hides the switch in the navbar
177169
// Useful if you want to support a single color mode
178-
disableSwitch: false,
170+
disableSwitch: true,
179171

180172
// Should use the prefers-color-scheme media-query,
181173
// using user system preferences, instead of the hardcoded defaultTheme

0 commit comments

Comments
 (0)