This is a workshop repo for building your own Gatsby blog from the ground up!
We highly recommend using yarn
. If you haven't already, please install Yarn
to most effectively.
Here you can jump to a certain step in the workshop:
Day 1:
- Setting up Gatsby
- First GraphQL query
- Adding gatsby-filesystem-source plugin
- Using GraphQL to fetch data from source
- Using gatsby-image plugin
- Setting up react-helmet for SEO
- Reading from Markdown
- Building a blog page inside our website
Day 2: