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!
How to use the repo
-
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
-
Install Gatsby CLI
Install the Gatsby CLI globally
shell 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!