gatsbyblog-starter
gatsbyblog-starter copied to clipboard
Gatsbyjs blog v2 starter with seo , lazy loading and offline support
Gatsbyjs blog starter with seo and best practices
Tutorials for creating a gatsby blog.
Table of contents.
- 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
Install
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