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
{{ message }}
This repository has been archived by the owner on May 13, 2024. It is now read-only.
The title of a scope page for some frontmatter's key (ex. /tag/sometag/) is able to be set like getPaginationPageTitle. Currently it is automatically set to "${key} ${entryTitle}"here.
What does the proposed API look like?
Almost same as getPaginationPageTitle. Add getScopePageTitle: (key: string) => string to frontmatter option.
If like bellow, the title will be set to "tag=foo | ${project_title}" with default theme:
Feature request
What problem does this feature solve?
The title of a scope page for some frontmatter's key (ex.
/tag/sometag/
) is able to be set likegetPaginationPageTitle
. Currently it is automatically set to"${key} ${entryTitle}"
here.What does the proposed API look like?
Almost same as
getPaginationPageTitle
. AddgetScopePageTitle: (key: string) => string
tofrontmatter
option.If like bellow, the title will be set to
"tag=foo | ${project_title}"
with default theme:How should this be implemented in your opinion?
Are you willing to work on this yourself?
Yes I have already implemented this locally.
The text was updated successfully, but these errors were encountered: