latest additions like support for org-mode (as well as multi-lingual feature) in Hugo, makes me enthusiastic to migrate from Nikola, but wonder whether org-mode is a first-class citizen in Hugo like markdown, iow. whether things like shortcodes work equally well when one is using org-mode?
I’m testing org-mode support with v0.20-DEV-560ED6E, but it looks that:
hugo new post/test.org
still creates test.org file with the TOML-formatted front-matter, so I wonder if it is possible to create new content with org-mode headers in the markup considering that Hugo already can parse such files?
No need to say that the ability to have uniform syntax across the whole content of org-mode files is great advantage over using other markups (asciidoc, markdown, rst) where one has to mix markup with the TOML frontmatter.
The archetype feature needs a revision for more than one reason.
But you can try to set markdown = org in front matter for the archetype file. The suffix in the new command has no logical usage other than the end resulting file name.