feat(lastUpdated): introduce last modified author using GitInfo (#857)

* feat(lastUpdated): introduce last modified author using GitInfo

* feat: change by string for just •

* docs: add documentation for displayUpdatedAuthor parameter

Document the new displayUpdatedAuthor config option in all language
versions (en, zh-cn, ja, fa). Also disable it by default in the
example hugo.yaml.

---------

Co-authored-by: Xin <5097752+imfing@users.noreply.github.com>
Co-authored-by: Xin <xin@imfing.com>
This commit is contained in:
Daniel Seijo
2026-02-01 16:02:15 +01:00
committed by GitHub
parent 744e843880
commit 9362f7c3fc
6 changed files with 28 additions and 1 deletions

View File

@@ -285,6 +285,8 @@ params:
برای سفارشی کردن فرمت تاریخ، پارامتر `params.dateFormat` را تنظیم کنید. چیدمان آن با [`time.Format`](https://gohugo.io/functions/time/format/) Hugo مطابقت دارد.
علاوه بر این، می‌توانید با فعال کردن پرچم `params.displayUpdatedAuthor` نویسنده آخرین تغییر را نمایش دهید. این نیاز به تنظیم `enableGitInfo: true` دارد.
```yaml {filename="hugo.yaml"}
# تجزیه commit Git
enableGitInfo: true
@@ -293,6 +295,8 @@ params:
# نمایش تاریخ آخرین تغییر
displayUpdatedDate: true
dateFormat: "January 2, 2006"
# نمایش نویسنده آخرین تغییر
displayUpdatedAuthor: true
```
### برچسب‌ها