Minimal Blog Platform
A personal portfolio and blog platform designed for simplicity and performance.
Features
- Markdown-based Posts - Write content in Markdown with YAML frontmatter
- View Tracking - Track blog post views with spam prevention
- Single Page Application - Fast navigation without page reloads
- Custom HTTP Server - Built on Bun without external frameworks
Tech Stack
- Runtime: Bun
- Language: TypeScript
- Markdown Processing: marked + gray-matter
- Syntax Highlighting: highlight.js
Deployment
- Runs directly on Bun without a separate application build