astrocloudflarenote
Back to blog
1 min read

nngn.dev starts here

A small Astro foundation for links, tagged markdown posts, Storybook components, and Cloudflare Pages.

This first note is mostly a smoke test for the publishing path.

Articles live in src/content/blog. Add a markdown file with frontmatter, and Astro turns it into a static page under /blog/{slug}/.

Frontmatter

---
title: "Post title"
description: "Short summary for cards and metadata."
publishedAt: 2026-06-14
tags:
  - astro
  - note
draft: false
---

Set draft: true when the file should stay out of production builds.