← All posts

Astro

Welcome to the blog

A quick introduction to writing and publishing with Astro and Markdown.

A simple place for ideas

This is the first post in a small, Markdown-powered blog. New posts live in src/content/blog/ and become pages when the site is built.

Each post starts with frontmatter for its title, description, publication date, tags, and optional draft status. The content below the frontmatter is regular Markdown, so it stays portable and easy to edit.

What comes next

Add a new .md file, run npm run dev, and open the blog index to see it. When you are ready to publish, npm run build creates the static files in dist/ for Cloudflare.