This is the git repo behind my personal site, hosted at jackmorrison.xyz
The site is built using Gatsby, and hosted using Netlify.
Sure! This website is completely open source. The only thing I ask is that you link to my sources page so that the sources I've used are credited, as well as myself!
-
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:
npm run repo-init
-
Install Gatsby CLI
Install the Gatsby CLI globally
npm install -g gatsby-cli
-
Start developing
Navigate into your new site’s directory and start it up.
cd personal-site/ gatsby develop
-
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. -
Hosting
Follow this great tutorial to publish your site to Netlify!