Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 656 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 656 Bytes

Netlify Status

This repo contains the code that is used to create my resume site jonbloomer.com.au.

The whole application is based around this file /src/resume.json which is structured using the schema from jsonresume.org. In src/components/App.js I think import this json object and assign each section to a data variable which is then passed in as a prop to the corresponding section component such as src/components/About.js.