About
This is a simple static blog built with Markdown and deployed on Cloudflare Pages.
How it works
- Write posts as Markdown files in the
posts/directory - Run
npm run buildto generate static HTML - Deploy to Cloudflare Pages with
npm run deploy
Features
- Markdown writing with frontmatter support
- Dark / light theme toggle
- Responsive design
- Automatic RSS feed generation
- Zero runtime dependencies on the server