If I paste a project link into Facebook, LinkedIn, Twitter, etc it will first try to read from the og:image tag to get the photo that it should use in the image preview.
For example, https://git.coolaj86.com/coolaj86/greenlock.js shows this in the <head>:
<meta property="og:image" content="https://secure.gravatar.com/avatar/0a8b345ddcfc5401f578c850442f1e1b?d=identicon">
And shows this preview:

However, I have a specific logo for this project and I would rather show the project logo than my own headshot.
I kindly request a feature to be added which would allow a specific logo to be chosen. For example, if there is a .githeme/logo.png or .gittheme/logo.jpg in the project repository, that that be used instead of the default author logo.
branch master:
.gittheme
.gittheme/logo.png
main.go
README.md
I'd also like to have a feature so that if .gittheme/config.yml exists that it specifies whether the logo (if none is present already) be pulled from the author, organization, or site. For example:
.gittheme/config.yml:
If I paste a project link into Facebook, LinkedIn, Twitter, etc it will first try to read from the
og:imagetag to get the photo that it should use in the image preview.For example, https://git.coolaj86.com/coolaj86/greenlock.js shows this in the
<head>:And shows this preview:
However, I have a specific logo for this project and I would rather show the project logo than my own headshot.
I kindly request a feature to be added which would allow a specific logo to be chosen. For example, if there is a
.githeme/logo.pngor.gittheme/logo.jpgin the project repository, that that be used instead of the default author logo.branch master:I'd also like to have a feature so that if
.gittheme/config.ymlexists that it specifies whether the logo (if none is present already) be pulled from the author, organization, or site. For example:.gittheme/config.yml: