Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 624 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 624 Bytes

mikeup.church

A personal website for myself, Mike Upchurch. Visit it here.

The space-themed homepage of mikeup.church.

Built using Gatsby.

Developing

First time setup: npm install

npm run dev - pages will hot reload on edit of any file

Updating content

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.

Deploying

npm run deploy - this will build and deploy the site to Github Pages via the master branch