Skip to content

A blog template with minimal interfaces based on Gatsby

License

Notifications You must be signed in to change notification settings

blurfx/gatsby-starter-lavender

Repository files navigation

Gatsby Starter Lavender

A blog template with minimal interfaces based on Gatsby, focused on readability.

Demo

Live Demo

screenshot

🚀 Quick start

  1. 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
  2. Start developing.

    Navigate into your new site’s directory and start it up.

    cd my-blog-starter/
    yarn dev
  3. 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!

🚀 Quick start with ...

Vercel

Deploy with Vercel

Netlify

Deploy to Netlify

Gatsby Cloud

Deploy to 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