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.
- Host: GitHub
- URL: https://github.com/alineacms/template-vetra
- Owner: alineacms
- Created: 2025-07-09T13:49:02.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-10T19:18:38.000Z (12 months ago)
- Last Synced: 2025-07-11T01:09:51.400Z (12 months ago)
- Topics: alinea, blog, cms, minimal, nextjs, tailwind
- Language: TypeScript
- Homepage: https://vetra.alineacms.com
- Size: 18.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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

## 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.