astrocloudflarenote
Back to blog
1 min read

nngn.dev starts here

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

Org

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

Articles live in src/content/blog. Add an Org file with #+ metadata, and Astro turns it into a static page under /blog/{slug}/.

Metadata

#+TITLE: Post title
#+DESCRIPTION: Short summary for cards and metadata.
#+DATE: 2026-06-14
#+TAGS: astro note
#+DRAFT: false

Set #+DRAFT: true when the file should stay out of production builds.