Hugo Front Matter Cheat Sheet
I keep this mini template nearby when writing a new post:
---
title: "Post title"
date: 2026-03-18
draft: false
description: "One-line summary"
tags: ["tag-1", "tag-2"]
categories: ["Category"]
---
Field tips:
title: specific and searchabledescription: one sentence for previewstags: 2-5 focused keywordscategories: broad groupingdraft: keeptrueuntil ready to publish
The simplest setup is often enough. Add extra metadata only when you need it.