Update README
This commit is contained in:
parent
a603e4236d
commit
a60fac9a95
16
README.md
16
README.md
@ -66,11 +66,11 @@
|
||||
✓ [SEO](#seo)
|
||||
✓ [Avatar and Bio](#avatar-and-bio)
|
||||
✓ [Social Links](#social-links)
|
||||
✓ [Skills](#skills)
|
||||
✓ [Experience](#experience)
|
||||
✓ [Education](#education)
|
||||
✓ [Projects](#projects)
|
||||
✓ [Blog Posts](#blog-posts)
|
||||
✓ [Skill Section](#skills)
|
||||
✓ [Experience Section](#experience)
|
||||
✓ [Education Section](#education)
|
||||
✓ [Projects Section](#projects)
|
||||
✓ [Blog Posts Section](#blog-posts)
|
||||
|
||||
To view a live example, **[click here](https://arifszn.github.io/gitprofile)**.
|
||||
|
||||
@ -205,9 +205,6 @@ const config = {
|
||||
projects: [], // These projects will not be displayed. example: ['my-project1', 'my-project2']
|
||||
},
|
||||
},
|
||||
resume: {
|
||||
fileUrl: '', // Empty fileUrl will hide the `Download Resume` button.
|
||||
},
|
||||
social: {
|
||||
linkedin: '',
|
||||
twitter: '',
|
||||
@ -221,6 +218,9 @@ const config = {
|
||||
phone: '',
|
||||
email: '',
|
||||
},
|
||||
resume: {
|
||||
fileUrl: '', // Empty fileUrl will hide the `Download Resume` button.
|
||||
},
|
||||
skills: ['JavaScript', 'React.js'],
|
||||
experiences: [
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user