Fair Use Policy

🧐 Can I use this template?

Of course! This site is completely open source

All code is available in a git repository, which includes instructions on how to set up and deploy the site

All you have to do is put a link back to this site (this page in particular) so that everyone who I have sourced from also has credit!

⌨️ Where to find the code

This site is hosted in a GitHub repository

Netlify tracks this repository and updated the live site whenever changes are made

Personal Site GitHub Repo

πŸ‘¨β€πŸ’» How to use the repo

  1. Clone the repo

If you want to use some of the git hooks I've set up (to

automatically generate site stats), run the following:

shell npm run repo-init
  1. Install Gatsby CLI

Install the Gatsby CLI globally

shell npm install -g gatsby-cli
  1. Start developing

Navigate into your new site’s directory and start it up.

cd personal-site gatsby develop
  1. Open the source code and start editing!

Your site is now running at http://localhost:8000!

Note: You'll also see a second link: http://localhost:8000/___graphql. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.

  1. Hosting

Follow this great tutorial to publish your site to Netlify!