← Blog

Hello, world

A short welcome post to verify your blog pipeline.

  • meta
  • setup

This is a sample post. If you can read this on your site, Markdown from GitHub is loading correctly.

Quick checklist

  1. Repocontent/blog and content/projects exist.
  2. EnvGITHUB_OWNER / GITHUB_REPO match this repository.
  3. Cache — After edits, revalidate or wait for KV TTL.

Nested bullets

  • Astro
    • Server-rendered routes
    • Cloudflare adapter
  • Content
    • Markdown on GitHub
    • Frontmatter for metadata

Tiny illustration

Abstract gradient

What to try next

  • Edit this file in your repo, push, then revalidate (or wait for cache TTL) to see updates.
  • See Rich media showcase for video, iframe, tables, tasks, and more code samples.
// Fenced code blocks use syntax highlighting
export function greet(name: string) {
  return `Hello, ${name}!`;
}
echo "Ship it 🚀"

Happy writing.