👉 View Blog
- styled-components
- Mobile menu animation
- Categories support
- Infinite Scroll with Intersection Observer
- RSS Feed
- SEO
- Offline support
- Prettier & ESLint
Use the Gatsby CLI to create a new site, specifying the blog starter.
# create a new Gatsby site using the blog starter
gatsby new blog https://github.com/nicholaschiarulli/personal_blog
Navigate into your new site’s directory and start it up.
cd blog/
gatsby develop
Your site is now running at http://localhost:8000
Open the blog
directory in your code editor of choice and edit src/pages/index.js
. Save your changes and you will notice the site updates real time