Git revision date and authors #5796
Unanswered
kajulnisha9721
asked this question in
Q&A
Replies: 1 comment 2 replies
-
The new layout is currently reserved to sponsors of the project and solely available via Insiders 😊 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to display the git summary that contains git revision date and authors in same line as same as the material site,
My case I'm using bitbucket, so installed plugin of git-authors
plugins
plugins:
git-authors:
show_contribution: true
show_line_count: true
show_email_address: true
count_empty_lines: true
fallback_to_empty: true
sort_authors_by: name
authorship_threshold_percent: 10
exclude:
- index.md
enabled: true
strict: true
git-revision-date-localized:
type: timeago
custom_format: "%d. %B %Y"
timezone: Europe/Amsterdam
locale: en
fallback_to_build_date: true
enable_creation_date: true
exclude:
- index.md
enabled: true
strict: true
my output
But I want it to be,

How to do that? i didn't find any examples on this. please help me!
Beta Was this translation helpful? Give feedback.
All reactions