Hey there,
I thought it would be a decent feature to have the option to add content to the project via the cli tool. A few friends/colleges I have introduced to Zola feel the same.
The idea being that you supply the desired path and it creates the subdirectories with their respective _index.md file as well as the actual content file. Something like:
zola add -p /sub-folder/my-post -t "My post title"
The -t/–file-title being optional.
I have forked the project, created my own branch and built the feature to see if it would work as I planned.
I am not sure if this is within the scope of the Zola project, open to feedback and would appreciate input.