Is it possible to generate pages using data files? For example, using YAML files such as cities.yml and services.yml, could I create pages like /cities/services? This would allow Hugo to quickly create 100 pages. Does this make sense?
The pages could be structured like /city1/service1, /city1/service2, /city1/service3, /city2/service1, /city2/service2, and so on.
I don’t think that’s possible right now, but you can find some workarounds in this forum, which mostly involves creating hugo content files from a data file: