A gatsby built website for my portfolio.
gatsby develop
to run locally in developer mode.gatsby build
to build
.
├── src
└─ components
└─ content
└─ about // markdown files for the different sections
└─ experience // csv file for the entries
└─ projects // markdown files for each project
└─ images
└─ pages
└─ templates
└─ utils
├── gatsby-config.js // set up the plugins etc
├── gatsby-node.js // create slugs for md files and build pages for projects