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
titleis a stringdescriptionis a stringdateis a string in YYYY-MM-DD formattagsis 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.