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

https://github.com/alineacms/template-vetra

Vetra - Minimal blog template. Built with Next.js, Tailwind CSS & Alinea CMS.
https://github.com/alineacms/template-vetra

alinea blog cms minimal nextjs tailwind

Last synced: about 2 months ago
JSON representation

Vetra - Minimal blog template. Built with Next.js, Tailwind CSS & Alinea CMS.

Awesome Lists containing this project

README

          

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Falineacms%2Ftemplate-vetra)

# Vetra Blog template

Vetra is a Blog template built with Next.js, Tailwind CSS & Alinea CMS.

## Features

- **Blog Post Display:** View individual, well-formatted blog articles.
- **Featured Posts:** Highlight key blog posts on the homepage.
- **Blog List & Archive:** Browse all blog posts with pagination.
- **Author Pages:** Dedicated pages for each author, listing their contributions.
- **Category Pages:** Organize and browse posts by specific categories.
- **Contact Page:** A functional contact form to get in touch.
- **Responsive Design:** Built with Tailwind CSS for a great experience on all devices.
- **CMS Integration:** Powered by Alinea CMS for content management.
- **Next.js Framework:** Leverages the power of Next.js for optimal performance and developer experience.

#### Preview

image

## Getting Started

To get a local copy up and running, you can use `degit` to scaffold the project:

```bash
npx degit alineacms/vetra my-vetra-blog
cd my-vetra-blog
```

Then, install dependencies and run the development server:

```bash
npm install
npm run dev
# or
yarn
yarn dev
# or
pnpm install
pnpm dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.