Minimal, dark-only personal blog template built with React, TypeScript, and Tailwind CSS.
npm install
npm run devOpen http://localhost:3000.
- Blog posts (Markdown):
data/posts/*.md- Frontmatter:
---
title: "Post Title"
date: "YYYY-MM-DD"
---- Podcasts (YouTube links):
data/podcasts.ts- Add a new object to
podcastEpisodesand it will render automatically.
- Add a new object to
- Home:
/ - Post detail:
/posts/[slug] - Podcast episode:
/podcasts/[episode]
npm run build
npm start