blog

Hugo Commands

Common Hugo Commands

I can never seem to remember how I’ve setup Hugo and what that command is for creating a new post, so here are a few of my regulars.

hugo new content/english/post/<post title>/index.md
hugo new --kind blog-bundle blog/my-blog-post

Does not automatically create a proper title unless theme/site is set to do so.