I am trying to use archtypes and haven’t had any success yet.
My directory structure is as follows:
/content/programming/c/
/content/programming/javascript/
/content/programming/golang/
/content/hiking/
/content/commandline/
So I guess my question is will archetypes work in multiple levels or only top level directories?
I don’t have a problem with toplevel types.
The documentation mentions --kind but that apparently is not incorporated yet.
hugo new --kind="programming" programming/c/post.md
should work with one caveat. If the archetype files are in the theme folder, you have to specify the theme in the config file for it to pull from there.