next-starter-blog

A starter blog template by Postiva using Next.js and Tailwind CSS. Ideal for quickly setting up a modern, customizable blog.

MIT License

Stars
7
Committers
1

Postiva Next.js Starter Blog

A starter blog template by Postiva using Next.js and Tailwind CSS. Ideal for quickly setting up a modern, customizable blog.

Features

  • Content Management: Integrated with Postiva CMS for seamless content updates.
  • Search Command Palette: Easily find posts with a built-in search feature.
  • Animations: Smooth transitions using Framer Motion.
  • User Avatars: Customizable avatars from avvvatars.com.

Tasks

  • Shadcn implementation and theme configuration
  • UI Koding (home_page, content_detail)
  • Category managment
  • Content detail markdown render
  • Search command palette implementation
  • Infinite scroll contents

Installation

  1. Clone the repository:
    git clone https://github.com/postiva/next-starter-blog
    
  2. Navigate to the project directory:
    cd next-starter-blog
    
  3. Install dependencies:
    npm install
    
  4. Run the development server:
    npm run dev
    

Contributing

Feel free to open issues or submit pull requests to improve this project. Contributions are always welcome.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For questions or suggestions, please reach out to Postiva.

For more details and documentation, visit the repository on GitHub.

Related Projects