This project will create for you a resume with a simple template.
- Edit
src/components/ProfileAndSkills/Education/education.js
for your educations. - Edit
src/components/ProfileAndSkills/Experience/experiences.js
to list your experiences. - Edit
src/components/ProfileAndSkills/Skills/skills.js
to list your skills. - Edit
src/pages/Index/ProfileAndSkills/index.js
summary constant, to have a detail about yourself.
- Edit
gatsby-config.js
and editpathPrefix
to your repository name. ex : /nima_habibkhoda . - Create a repository named you
pathPrefix
value. - Run
npm run deploy
.
- Run
npm run develop
.
- Run
npm run build
.
- Run
npm run lint && npm run prettier
.
- Before any push on Github, your project will run
lint and prettier
itself.
soon...