Hello,
I have a website based on WP that counts ~60K pages. Since it is basically a static website with some minor interaction powered by JS, I would like to switch to Hugo (which I already use for other projects).
The ~60K pages use the same template. Now, should I create 60K md files inside the content directory ( with a script that reads data from db and creates those files of course) or there’s some smarter way to do that and I’m missing it in the documentation?