# My First PostThis blog is about how to create new blog and how to use Tags/Categories.

Welcome to my personal Blog site!

After putting effort into refactoring the website, I can finally start my writing journey and share my knowledge. This post was created as a first draft.

## Creating a post is very simple
All posts are stored as `.md` files in the `content/blog/` directory.
If you notice the **Front Matter** of this file (the section between the `---` lines), you will see:
- **categories:** Developing
- **tags:** Hugo, Doks

Very easy to understand, right? Thanks for reading!

