gatsby-advanced-starter
gatsby-advanced-starter copied to clipboard
gatsby-advanced-starter for creating blog
trafficstars
Gatsbyjs blog advanced starter with seo,tags,sitemaps and best practices

Tutorials
Table of contents
- 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
Install
Make sure that you have the Gatsby CLI program installed:
npm install --global gatsby-cli
And run from your CLI:
git clone https://github.com/saigowthamr/gatsby-advanced-starter.git
Then you can run it by:
cd gatsby-advanced-starter
npm install
gatsby develop