How to Create New Posts with Hugo

tl; dr hugo new post/how-to-create-new-posts-with-hugo.en.md We can create new posts by creating new .md files in the appropriate Hugo blog repository directory, but it’s easier to use the hugo new command while already in the blog repository. Command to Create a New Post We can create a new post with the Hugo command like this: hugo new content/path/to/post/post-title.md For my blog structure, it would be: hugo new content/post/how-to-create-new-posts-with-hugo.en.md But we can also shorten it: ...

Sat, Mar 14, 2026 · 2 min · Ąžuolas Krušna