-
Notifications
You must be signed in to change notification settings - Fork 80
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
Support a custom timestamp format in yaml frontmatter on posts #98
Conversation
Signed-off-by: alzeih <alzeih@users.noreply.github.com>
I like this idea. Could you update the PR to remove the conflicts? Once that's done, I'll give it a proper review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine, but please provide an example of this option in the documentation. Thanks.
Signed-off-by: alzeih <alzeih@users.noreply.github.com>
I have documented |
Please hold this PR open until after #103 has been resolved, as |
@jekyllbot: merge +minor |
Using
--timestamp-format "%Y-%m-%d %H:%M %z"
the commandsjekyll post
andjekyll publish
can have a user specified format to give tostrftime
for the yaml frontmatter on posts.If not specified, the default format is used.