You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to build tooling to automatically publish future dated posts once they become current posts. hugo list future prints a list of all future dated posts, but not their publish dates. Would a PR be accepted that added a flag to include the publish dates?
The text was updated successfully, but these errors were encountered:
It is useful to see the date that a post will be published, or the date
that it has expired, to build tooling around it. This commit writes
posts and their publish/expired date as CSV.
Fixes#5610
I'd like to build tooling to automatically publish future dated posts once they become current posts.
hugo list future
prints a list of all future dated posts, but not their publish dates. Would a PR be accepted that added a flag to include the publish dates?The text was updated successfully, but these errors were encountered: