Welcome to My Technical Blog

Welcome to My Technical Blog

This is a sample blog post to get you started. You can edit or delete this post.

How to Create New Posts

  1. Create a new markdown file in the posts directory
  2. Add frontmatter (title, date, excerpt)
  3. Write your content using markdown

Markdown Features

This blog supports standard markdown syntax plus some additional features:

Code Highlighting

function greeting(name) {
  return `Hello, ${name}!`;
}

console.log(greeting('Reader'));

Tables

FeatureSupported
Headers
Bold Text
Tables
Code Blocks
Images

Images

You can include images in your posts by placing them in the public directory.

Links

Learn more about Markdown