A blog template with minimal interfaces based on Gatsby, focused on readability.
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-starter
directory in your code editor of choice and edit src/pages/index.tsx
. Save your changes and the browser will update in real time!
Edit blog-config.ts
to change blog information.
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.
Zero-Clause BSD