hugo new blog/blog-1.md
hugo new projects/project-1.md
hugo new --kind oss projects/oss/oss-1.md
hugo new --kind tutorials projects/tutorials/tutorial-1.md
Unless you specify --kind in the command line, Hugo chooses the archetype based on the content type.
Hugo resolves the content type from either the type in front matter or, if not set, the first directory in the file path.