(Work based on Gatsby's CV starter)
Create your resume in a few minutes with this totally responsive starter using React. Show off your skills, work experiences and activities in github.
-
Create a Gatsby site.
Use the Gatsby CLI to create a new site, specifying the default starter.
# create a new Gatsby site using the default starter npx gatsby new cv https://github.com/santosfrancisco/gatsby-starter-cv
-
Start developing.
Navigate into your new site’s directory and start it up.
cd cv/ npm run 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 tool in the Gatsby tutorial._Open the
cv
directory in your code editor of choice and editsrc/pages/index.js
. Save your changes and the browser will update in real time! -
Generate production build
That command will generate a production build on public folder
npm run build
Update the configuration file with your data. The configuration file is in data/siteConfig.js
Skills is a set of your personal skills and their respective levels ranging from > 0 to 100. jobs is a set of your work experiences