gatsby-starter-lavender
                                
                                 gatsby-starter-lavender copied to clipboard
                                
                                    gatsby-starter-lavender copied to clipboard
                            
                            
                            
                        A blog template with minimal interfaces based on Gatsby
Gatsby Starter Lavender
A blog template with minimal interfaces based on Gatsby, focused on readability.
Demo

π Quick start
- 
Create a Gatsby site. Use the Gatsby CLI to create a new site, specifying the blog starter. # create a new Gatsby site using the blog starter npx gatsby new my-blog-starter https://github.com/blurfx/gatsby-starter-lavender
- 
Start developing. Navigate into your new siteβs directory and start it up. cd my-blog-starter/ yarn dev
- 
Open the source code and start editing! 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.Open the my-blog-starterdirectory in your code editor of choice and editsrc/pages/index.tsx. Save your changes and the browser will update in real time!
π Quick start with ...
Vercel
Netlify
Gatsby Cloud
Customization
Blog Information
Edit blog-config.ts to change blog information.
Theming
Edit src/stitches.config.ts to change the theme color.
You should modify the default object and darkTheme to change the light theme and dark theme colors.
License
Zero-Clause BSD