Demo Post — Delete Me
· Your Name
Demo Post — Delete Me
This is a sample blog post included with the Astro starter template. It exists to demonstrate the blog module’s functionality.
What this demonstrates
- Markdown rendering
- Frontmatter schema (title, description, date, tags)
- Blog listing and individual post routes
- Tag pages
Safe to delete
Delete all files in src/content/blog/ when starting a real project. The blog module will work with any new posts you add that follow the frontmatter schema defined in src/content.config.ts.
Example content
Here’s some example prose to demonstrate text rendering, typography, and spacing in the blog layout.
Paragraphs should have comfortable spacing. Lines should be readable. The content width should be appropriate for long-form reading.
A subheading
Lists work as expected:
- First item
- Second item
- Third item with bold and italic text
And code blocks:
const greeting = 'Hello from the starter template';
console.log(greeting);
Blockquotes are also supported and should be visually distinct from body text.