This repository is used to manage my personal web portfolio:
I want to give a special thank you to Netlify, who provides building and hosting for the project 🎉.
The project itself is built using GatsbyJS, an awesome, React-based static-site generator.
Note: This repository does also contain images for the sake of simple Netlify deployment. If you clone the repository, you will get these images as well.
If you want to mess around with the site yourself, please feel free to clone the project and follow the installation directions below.
NOTE: You may NOT use my site as a skeleton to build your own. Sorry, I get possessive like that. 😉
Make sure that you have the Gatsby CLI program installed:
npm install --global gatsby-cli
Next, within the repo directory, locally install dependencies
npm install
Then you can run the site on a local server with:
gatsby develop
For information on the directory structure, this repository uses the default structure provided in a GatsbyJS v2 project.
Individual components I built for the site can be found in the src/components folder.