· 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

  1. Create a new .md file in src/data/post/
  2. Add the required frontmatter
  3. Write your content in Markdown
  4. The post will automatically appear in your blog

Code Example

// This is a code block
function greet(name) {
  return `Hello, ${name}!`;
}

Happy writing!

Back to Blog

Related Posts

View All Posts »