Skip to content

Academic - Upcoming talk not displaying #2029

Answered by chrede88
emmaworthington asked this question in Q&A
Discussion options

You must be logged in to vote

Your problem is related to Hugo defaults. By default Hugo won't build pages with a date set to the future.
You can change this behaviour by adding buildFuture = true to ./config/_default/config.toml. Or if you don't want to change the default, pass buildFuture as a flag when building your site: hugo --buildFuture or hugo server --buildFuture.

Link to the docs: https://gohugo.io/getting-started/usage/#draft-future-and-expired-content

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@emmaworthington
Comment options

Answer selected by emmaworthington
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants