A personal blog built with Deno Fresh, featuring markdown articles with dark/light mode support.
Make sure to install Deno: https://deno.land/manual/getting_started/installation
# Start development server
deno task start
# Load articles into local KV
deno task articles:reload
# Deploy articles to production
deno task articles:deployFor detailed guides on specific features, check the /docs folder:
- Adding Images Guide - How to add and use images in your blog posts
- Image Guide - Comprehensive guide for all image and media features
deno task start- Start development server with hot reloaddeno task build- Build for productiondeno task articles:reload- Load articles from markdown into local KVdeno task articles:deploy- Deploy articles to production KVdeno task articles:clear- Clear all articles from local KVdeno task check- Run format, lint, and type checks
The blog automatically deploys to Deno Deploy when you push to the main branch via GitHub Actions.