· Blog Author · general · 1 min read
Welcome to My Blog
This is a sample blog post to help you get started with the Astro Blog Template.
Welcome to My Blog
This is a sample blog post that demonstrates the blog post format in this template.
Features
- Markdown support with full formatting
- Frontmatter for metadata
- Code highlighting
- Responsive images
- Reading time estimation
How to Create a New Post
- Create a new
.mdfile insrc/data/post/ - Add the required frontmatter
- Write your content in Markdown
- The post will automatically appear in your blog
Code Example
// This is a code block
function greet(name) {
return `Hello, ${name}!`;
}Happy writing!