Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/postiva/next-starter-blog

A starter blog template by Postiva using Next.js and Tailwind CSS. Ideal for quickly setting up a modern, customizable blog.
https://github.com/postiva/next-starter-blog

blog blog-cms content-managment headless-cms next next-headless nextjs postiva react tailwind

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

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

## Installation

1. Clone the repository:
```bash
git clone https://github.com/postiva/next-starter-blog
```
2. Navigate to the project directory:
```bash
cd next-starter-blog
```
3. Install dependencies:
```bash
npm install
```
4. Run the development server:
```bash
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](./LICENSE) file for details.

## Contact

For questions or suggestions, please reach out to [Postiva](https://postiva.app).

For more details and documentation, visit the [repository on GitHub](https://github.com/postiva/next-starter-blog).