8000 Use owner name as site title for User and Organization sites. · Issue #196 · jekyll/github-metadata · GitHub
[go: up one dir, main page]

Skip to content

Use owner name as site title for User and Organization sites. #196

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

Closed
lardieri opened this issue Feb 23, 2021 · 2 comments · Fixed by #197
Closed

Use owner name as site title for User and Organization sites. #196

lardieri opened this issue Feb 23, 2021 · 2 comments · Fixed by #197

Comments

@lardieri
Copy link
Contributor

Using the repo name as the site title makes sense for Projects, which can choose their own repo names. But User and Organization sites must use repo names like {owner}.github.io which:

  • Does not look good as a browser tab title, bookmark, or header for a page that is supposed to be about a person or organization.
  • Conveys no useful information, as it is unlikely that anyone would clone or fork such a repo.
  • Looks confusing for users or organizations that use custom domains (CNAMEs), and have no other content indicating their site is hosted by GitHub.

The display name of the user or organization is a better choice. This is an optional property, so fall back to (login) name if display name is not present.

@lardieri
Copy link
Contributor Author

Alternatives considered:

  • Overriding the site title in _config.yml. This may not be considered as engineering best practice. Configuration files should specify machine behavior, not serve as containers for user-visible content.

lardieri added a commit to lardieri/github-metadata that referenced this issue Apr 12, 2021
Using the repo name as the site title makes sense for Projects, which can choose their own repo names. But User and Organization sites must use repo names like "{owner}.github.io" which:

* Does not look good as a browser tab title, bookmark, or header for a page that is supposed to be about a person or organization.
* Conveys no useful information, as it is unlikely that anyone would clone or fork such a repo.
* Looks confusing for users or organizations that use custom domains (CNAMEs), and have no other content indicating their site is hosted by GitHub.

The display name of the user or organization is a better choice. This is an optional property, so fall back to (login) name if display name is not present.

Resolve jekyll#196
@jekyllbot
Copy link
Contributor

This issue has been automatically marked as stale because it has not been commented on for at least two months.

The resources of the Jekyll team are limited, and so we are asking for your help.

If this is a bug and you can still reproduce this error on the master branch, please reply with all of the information you have about it in order to keep the issue open.

If this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial.

This issue will automatically be closed in two months if no further activity occurs. Thank you for all your contributions.

@jekyll jekyll locked and limited conversation to collaborators Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
0