Welcome to Our Blog
This is a sample blog post to demonstrate the blog system. It uses Astro v5 content collections with Markdown files.
How to Write a Blog Post
- Create a new
.mdfile insrc/content/blog/ - Add frontmatter with title, description, date, author, category, and tags
- Write your content in Markdown
- Build the site — your post appears automatically on the blog listing page
Markdown Features
You can use all standard Markdown features:
- Bold text and italic text
- Links to other pages
- Lists (like this one)
- Code blocks
- Tables
- Blockquotes
This is a blockquote. Use it for highlighting important information.
Adding Images
Place images in public/images/blog/ and reference them:

SEO Tips
- Keep titles under 60 characters
- Write descriptions of 140-155 characters
- Use relevant tags for better categorization
- Include internal links to other pages on your site