Skip to content

sagarkarira/blog

Repository files navigation

Blog

This is my personal blog. Source code is open source, all rights reserved for the content

Running the project

  1. Clone the repo

  2. Install dependencies with yarn:

yarn
  1. Start the project by running:
yarn start
  1. The server will fire up the gatsby server at localhost:8000 and the graphiql client at ___graphql

Adding a new post

  1. Create a new directory for your blog post inside content directory, this should go either inside content/blog or content/essays for categorization

  2. Add the appropriate frontmatter for the post and start writing in markdown

  3. The site will hot reload when saving

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published