- Introduction to Gatsby
- Getting started with Gatsby
- Querying the data
- Adding blog posts
- Getting the posts list
- Adding images to the post
- Syntax highlighting and code blocks
- Seo in Gatsby
- Hosting the gatsby blog
Make sure that you have the Gatsby CLI program installed:
npm install --global gatsby-cli
And run from your CLI:
git clone [email protected]:saigowthamr/gatsbyblog-starter.git
Then you can run it by:
cd gatsbyblog-starter
npm install
gatsby develop