Skip to main content

examples/basic/content/posts/hello-astral.md

---
title: Hello Astral
date: 2026-06-25
description: A schema-validated collection entry rendered as a static page.
tags:
  - astral
  - volt
---

# Hello Astral

This post lives in `content/posts`, is validated by the collection schema in `astral.config.exs`, and is rendered to `/blog/hello-astral/` with `layouts/post.html`.

The generated file is `dist/blog/hello-astral/index.html`.