Welcome to My Blog
This is a sample blog post to get you started. You can delete this and create your own posts!
How to Create New Posts
- Create a new file in the
_postsfolder - Name it following the format:
YYYY-MM-DD-title-of-your-post.md - Add the front matter (the content between
---lines at the top) - Write your content in Markdown
Front Matter Example
---
title: "Your Post Title"
date: 2024-12-16
categories:
- Category1
tags:
- tag1
- tag2
---
Markdown Basics
You can use bold, italic, and code formatting.
Code Blocks
def hello_world():
print("Hello, World!")
Math (if enabled)
You can include math equations: $E = mc^2$
Images

Happy blogging! 🚀