Hello World

Your Name
Hello World

Welcome to your Markdown blog!

This is a sample blog post to get you started. You can edit this file or create new ones in the _posts directory.

Features

  • Markdown Support: Write your blog posts in Markdown
  • Syntax Highlighting: Code blocks are automatically highlighted
  • Responsive Design: Looks great on all devices
  • Dark Mode: Toggle between light and dark mode
  • Image Support: Add images to your blog posts

Adding Images

You can add images to your blog posts in several ways:

  1. Remote images
    • Use the standard Markdown syntax with a full URL:

Remote Image

  1. Local images
    • Place images in the public/images/posts/hello-world folder and reference them:

Local Image

  1. Relative images
    • Place images in the post's folder and use a relative path:

Relative Image

// Example code block
function greeting(name) {
  return `Hello, ${name}!`;
}

console.log(greeting("World"));

Enjoy your new blog!