I would like that in the same way Pelican generates content using pages or articles folder and these is structured as page as file under /pages/ path I would like how to do the same if I want for example have the same behavior with for example other folder called products in order to Pelican generate /products/<file>.hml.
content
products
product1.md
product2.md
articles
article1.md
article2.md
pages
about.md
index.md
It should be easy (I think) to say Pelican that I want to process another folder inside content as it does, but I don't find the way.
Any idea? Maybe some Pelican plugin?
I've seen this answer: Python Pelican: How can I separate content by category? but is not exactly that Ï want because he is talking about subfolders inside pages folder.
Thanks!