基本用法如下

hexo new layout [article_name] -p [path]

注意path末尾不用加.md

hexo new layout [article_name] -p [article_name]

这种默认是在source/_posts下创建

比如

hexo new article-img tttt -p tttt

image-20211016122015940

hexo new layout [article_name] -p subdir/[article_name]

这种等价于在source/_post/subdir创建,如果subdir不存在则会自动创建

hexo new article-img tttt -p misc_1/tttt

image-20211016122510969