Hello World
This is my first blog post! Welcome to my Jekyll blog.
Getting Started
This blog is built with Jekyll and hosted on GitHub Pages. Each post is written in Markdown and stored in the _posts
directory.
How to Add New Posts
To create a new blog post:
- Create a new
.md
file in the_posts
directory - Name it with the format:
YYYY-MM-DD-title.md
- Add front matter with title, date, and categories
- Write your content in Markdown
That’s it! Jekyll will automatically generate the HTML and make it available at /blog/
.