Hi.
Hugo is awesome , thanks.
I have a problem .
I want to deploy a web tv.
I can put my video in static folder or sub folder, for example
/static/cats/cat1.mp4
/static/cats/cat2.mp4
/static/dogs/dog1.mp4
What is the right way to do this ?
Should I make a python script that create all the .md of files or there is a official way to do this?
How should I pass video name to “hugo new” command ?
Should I also create a new post type for a video post template?
Thanks