Vetra is a Blog template built with Next.js, Tailwind CSS & Alinea CMS.
- 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.
To get a local copy up and running, you can use degit to scaffold the project:
npx degit alineacms/vetra my-vetra-blog
cd my-vetra-blogThen, install dependencies and run the development server:
npm install
npm run dev
# or
yarn
yarn dev
# or
pnpm install
pnpm devOpen http://localhost:3000 with your browser to see the result.