mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 04:17:13 +00:00
Add type definition for Resume feature
This commit is contained in:
@@ -10,9 +10,6 @@ const config = {
|
||||
projects: [], // These projects will not be displayed. example: ['my-project1', 'my-project2']
|
||||
},
|
||||
},
|
||||
resume: {
|
||||
fileUrl: 'resume.pdf', // Empty fileUrl will hide the `Download Resume` button.
|
||||
},
|
||||
social: {
|
||||
linkedin: 'ariful-alam',
|
||||
twitter: 'arif_szn',
|
||||
@@ -26,6 +23,9 @@ const config = {
|
||||
phone: '',
|
||||
email: 'arifulalamszn@gmail.com',
|
||||
},
|
||||
resume: {
|
||||
fileUrl: 'resume.pdf', // Empty fileUrl will hide the `Download Resume` button.
|
||||
},
|
||||
skills: [
|
||||
'PHP',
|
||||
'Laravel',
|
||||
|
||||
Reference in New Issue
Block a user