What I have learned from Building Static Site with 100K+ Pages
On daily basis, I only work with a static site which has 1K pages. But then I need to export more than 100.000 markdown files to a static website.
As before, I choose Hugo to build the static site, which I think it should be fast and light enough to process that. But.. hm, not exactly as I thought.. :clown_face:
So, here are some taken points.
hugo serve # The first problem that I got was no response when I run hugo serve, it was because building the 100K+ markdown files was not easy and light process.