Skip to content

rajivk16/BlogBuild

Repository files navigation

Rajiv's Tech Blog

Welcome to the repository for Rajiv's Daily Tech Blog, a personal blog where I share my insights and experiences in the world of technology. This blog is built with Next.js and Sanity.io, and it features a modern, responsive design that looks great on any device.

Features

  • Dynamic blog posts: Each blog post is a separate page that's generated at build time, ensuring fast load times and great SEO.
  • Rich text support: Blog posts support rich text, allowing for complex post layouts with images, code snippets, and more.
  • Responsive design: The blog is designed to look great on any device, from mobile phones to desktop computers.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Node.js
  • npm

Installation

  1. Clone the repository:
git clone https://github.com/rajivk16/BlogBuild.git
cd BlogBuild
  1. Install the dependencies:
npm i 
  1. Start the development server:
npm run dev

Now you can visit Rajiv's Tech Blog to view the blog.

Built With

  • Next.js - The React framework used
  • Sanity.io - The platform for structured content
  • Vercel - The platform for deployment

Contributing

Contributions are welcome! Please read our Contributing Guidelines for details on how to submit pull requests to us.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

  • Thanks to Sanity.io for their great platform for structured content.
  • Thanks to Vercel for their great deployment platform.