Herodot Blog — Next.js + Tailwind Starter
One-page dark theme: Hero → Articles → Contact. Posts from /md-articles (Markdown).
Quick Start
pnpm i # or npm i / yarn
pnpm dev # or npm run dev / yarn dev
Add Posts
Create Markdown files in /md-articles with frontmatter:
---
title: "Post Title"
date: "2025-09-01"
cover: "/covers/placeholder.svg"
excerpt: "Short summary..."
---
Your content here...
Brand
Tailwind colors: bronze, gold, cream, charcoal, blackish. Serif: Playfair Display, Sans: Inter.

Log in or sign up for Devpost to join the conversation.