Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add flag for showing publish date with hugo list future #5610

Closed
danielcompton opened this issue Jan 15, 2019 · 2 comments · Fixed by #5703
Closed

Add flag for showing publish date with hugo list future #5610

danielcompton opened this issue Jan 15, 2019 · 2 comments · Fixed by #5703
Labels

Comments

@danielcompton
Copy link
Contributor

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?

@bep
Copy link
Member

bep commented Jan 15, 2019

Would a PR be accepted that added a flag to include the publish dates?

No flag, but adding publishdate to the default output would be fine. Maybe adjust it to some common machine-readable format, CSV?

@bep bep closed this as completed in #5703 Mar 18, 2019
bep pushed a commit that referenced this issue Mar 18, 2019
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
@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants