![]()
This is my first blog post written in Markdown format. This blog is built with Waku, a minimal React framework.
Features
- Markdown support for blog posts
- Simple and clean design
- Fast and lightweight
Getting Started
You can add more blog posts by creating new .md files in the posts directory.
Each post should have frontmatter at the top:
---
title: "Your Post Title"
date: "2024-01-15"
excerpt: "A short description"
---
Then write your content in Markdown below the frontmatter.