General: Auto-populating future posts in Hugo-based Azure Static Websites
I posted a while back about moving to using Hugo-based Azure Static Websites for my blog and other simple sites. I love having source code based websites.
However, one thing I wasn’t expecting was about how future blog posts would be handled. I tend to generate posts well in advance, and I wanted them to appear all by themselves when the appropriate date came.
I thought that even a static website would just show you things within the date range. But that’s not how it works. When you build a Hugo based site, it generates a site that includes all the posts that should be shown up to the time you build it.
2025-07-17