Skip to content

rajnish93/Next.js-Blog

Repository files navigation

Blog

Deploy with Vercel

This is a Next.js, Tailwind CSS blogging starter template. Comes out of the box configured with the latest technologies to make technical writing a breeze. Easily configurable and customizable. Perfect as a replacement to existing Jekyll and Hugo individual blogs.

Check out the documentation below to get started. Facing issues? Checkout of the FAQ page and do a search on past issues. Feel free to open a new issue if none has been posted previously.

Quick Start Guide

  1. npx degit https://github.com/rajnish93/Blog
  2. Personalize siteMetadata.json (site related information)
  3. Personalize authors/default.md (main author)
  4. Modify projectsData.ts
  5. Modify headerNavLinks.ts to customize navigation links
  6. Add blog posts
  7. Deploy on Vercel

Development

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.