sampleastrocontent

Sample Blog Post for Astro Content

A copy-paste sample post that matches the current Astro Content schema.

Welcome to your sample blog post. This file includes the required frontmatter fields and a simple Markdown body section.

Why this works

  • title is a string
  • description is a string
  • date is a string in YYYY-MM-DD format
  • tags is an array of strings

Example content

You can write normal Markdown here, including:

  • headings
  • lists
  • code blocks
  • links
const example = "Hello from Astro Content";
console.log(example);

Next steps

Copy this file into your project and update the frontmatter values for your own blog posts.