A minimalist blog site that supports markdown articles.
- Install dependencies:
npm install- Run the development server:
npm run dev- Create a new markdown file in the
articlesdirectory - Add frontmatter with title and date:
---
title: "Your Title"
date: "YYYY-MM-DD"
---
Your content here...npm run buildThe static site will be generated in the out directory.