A personal website for myself, Mike Upchurch. Visit it here.
Built using Gatsby.
First time setup: npm install
npm run dev
- pages will hot reload on edit of any file
All project and blog content is located in the /content
folder under /about
and /blog
, respectively.
Simply update/write markdown to edit or add any pages.
npm run deploy
- this will build and deploy the site to Github Pages via the master
branch