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
- Repo —
content/blogandcontent/projectsexist. - Env —
GITHUB_OWNER/GITHUB_REPOmatch this repository. - 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
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.