Next.js static site for tramline.app.
npm install
npm run devnpm run buildStatic output goes to out/.
Add .mdx files to src/content/blog/ with frontmatter:
---
title: "Post Title"
date: "2024-01-15"
description: "A brief description"
---
Your content here.