How do I specify that "hugo new post" should use yaml instead of toml?

I have searched for an hour and cannot find this configuration detail. When I use “hugo new [post]” - the new post’s front matter is in toml format. How can I make that command use yaml instead?

Thanks!

3 Likes

Thank you