- Introduction to Gatsby
- Getting started with Gatsby
- Adding blog posts
- Display the posts list
- Creating the template for the blog posts
- Adding images
- Prev and next links
- Tags
- Seo
- Share icons
- Bonus
Make sure that you have the Gatsby CLI program installed:
npm install --global gatsby-cliAnd run from your CLI:
git clone https://github.com/saigowthamr/gatsby-advanced-starter.gitThen you can run it by:
cd gatsby-advanced-starter
npm install
gatsby develop