Use the Gatsby CLI to create a new site, specifying the Baysik starter.
# Create a new Gatsby site using the Baysik starter
gatsby new baysik-blog https://github.com/adamistheanswer/gatsby-starter-baysik-blog
Navigate into your new site’s directory and start it up.
cd baysik-blog
gatsby develop
Your site is now running at http://localhost:8000
!
Note: You'll also see a second link: http://localhost:8000/___graphql
. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.
All notable changes to this project will be documented in this file.
- Lunr Local Search
- MDX for embedding React components into individual blog posts
- Almost everything
- Initial Release
- [] Quickstart Guide
- [] User can setup mostly from gatsby-config
- [] Social Icons & Dev Icons improve implimentation
- [] Trim the fat!