Good Day.
So, I’m trying to schedule posts. I have two that are dated in the future. I was incorrect in my assumption that hugo would dynamically show them at the front matters date
. So I tried publishDate
and that still doesn’t work. I created the /public dir with the switch --buildFuture
but that still made them available on the site prior to the publishDate.
Well, I just need to wrap my head around the fact that this is a static site. Duh.
So, how do devs do this nowadays? Older posts on this topic might be out of date.
Thanks.