I developed a gatsby starter to create an online resume. I used Material UI for the theming.
Check the Demo https://donvito-gatsby-resume-starter.netlify.com
π Quick start
- Download the starter code from this repo.
donvito / donvito-gatsby-resume-starter
Gatsby starter to create an online resume.
Online Resume - Gatsby Starter
This is a gatsby starter to create your online resume. It uses Material UI for the theming.
Check the Demo https://donvito-gatsby-resume-starter.netlify.com
π Quick start
-
Edit the data to be populated for your resume
You can edit the following files:
-
src/data/summary.json
: This data file is used to populate the Summary section. -
src/data/contact.json
: This data file is used to populate the Contact section. -
src/data/experience.json
: This data file is used to populate the Experience section. -
src/data/skill.json
: This data file is used to populate the Skills section.
-
-
Start developing.
Navigate into your new siteβs directory and start it up.
cd donvito-gatsby-resume-starter/ gatsby develop
-
Open the source code and start editing!
Your site is now running at
http://localhost:8000
!Note: You'll also see a second link:
http://localhost:8000/___graphql
. This is a tool you can use to experiment with querying your data. Learn more about using thisβ¦
-
Add the data to be populated for your resume
Edit the following files:
-
src/data/summary.json
: This data file is used to populate the Summary section. -
src/data/contact.json
: This data file is used to populate the Contact section. -
src/data/experience.json
: This data file is used to populate the Experience section. -
src/data/skill.json
: This data file is used to populate the Skills section.
-
-
Start the site.
Navigate into your new siteβs directory and start it up.
cd donvito-gatsby-resume-starter/ gatsby develop
-
Access the site!
Your site is now running at
http://localhost:8000
!Note: You'll also see a second link: _`http://localhost:8000/_graphql`. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial._
Open the
donvito-gatsby-resume-starter
directory in your code editor of choice and editsrc/pages/index.js
. Save your changes and the browser will update in real time!
Top comments (2)
Great project but not so responsive πππ
Thanks for pointing that out, I'm still working on it. If you can help me fix it, more than willing to approve your PR. :)