My First Post

April 28, 2026 in Developing  · 1 minute

This 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!