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.
- 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.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js
- npm
- Clone the repository:
git clone https://github.com/rajivk16/BlogBuild.git
cd BlogBuild
- Install the dependencies:
npm i
- Start the development server:
npm run dev
Now you can visit Rajiv's Tech Blog to view the blog.
- Next.js - The React framework used
- Sanity.io - The platform for structured content
- Vercel - The platform for deployment
Contributions are welcome! Please read our Contributing Guidelines for details on how to submit pull requests to us.
This project is licensed under the MIT License - see the LICENSE.md file for details.