Create a new blog post in HUGO

  1. Create a new file
hugo new posts/create-a-new-blog-post.md
  1. Add Tag and Category to the header
---
date: '2025-02-25T22:21:46+11:00'
draft: false
title: 'Create a New Blog Post'
tags: ["Hugo", "Blog"]
categories: ["Homepage"]
---
  1. Edit the blog page
  2. Check the page in debugging mode
hugo server
hugo serve
  1. Open the page from the browser http://localhost:1313/