I’m trying to understand the default.md for themes. When I generate content using hugo new for an unknown kind it seems to pull from the site’s archetypes, not my theme’s. If I use a known kind, it works as expected (meaning it uses the archetype from my theme).
Site will always override theme, as it should. If you don’t want that, remove or rename the site archetype.
Thanks. I’ve been away too long and flipped that in my mind!