This is the repo for my personal website. It uses Gatsby for content-management, routing and layout. The site itself is hosted right here, too, on gh-pages.
Gatsby makes it simple to run a develop server and deploy to gh-pages.
- To run a development server on
http://localhost:8000
, use the following command:
npm run develop
- To deploy to gh-pages, run the following command:
npm run deploy