Skip to content

This is an example blog site solely created for the implementation of the dark mode to the Gatsby site.

License

Notifications You must be signed in to change notification settings

kishore007k/Gatsby_Blog-dark-mode-

Repository files navigation

Gatsby

Gatsby's blog starter with dark & light mode

🚀 Quick start

  1. Start developing.

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

    cd gatsby-blog-dark-mode-/
    gatsby develop
  2. 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 gatsby-blog-dark-mode- directory in your code editor of choice and edit src/pages/index.js. Save your changes and the browser will update in real time!

🧐 What's inside?

A quick look at the top-level files and directories you'll see in a Gatsby project.

.
├── node_modules
├── src
├── .gitignore
├── .prettierrc
├── gatsby-browser.js
├── gatsby-config.js
├── gatsby-node.js
├── gatsby-ssr.js
├── LICENSE
├── package-lock.json
├── package.json
└── README.md

💫 Deploy

Deploy to Netlify

Deploy with Vercel

About

This is an example blog site solely created for the implementation of the dark mode to the Gatsby site.

Topics

Resources

License

Stars

Watchers

Forks