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
- Create a new markdown file in the
posts
directory - Add frontmatter (title, date, excerpt)
- 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
Feature | Supported |
---|---|
Headers | ✅ |
Bold Text | ✅ |
Tables | ✅ |
Code Blocks | ✅ |
Images | ✅ |
Images
You can include images in your posts by placing them in the public directory.