apache / pulsar

Apache Pulsar - distributed pub-sub messaging system
https://pulsar.apache.org/
Apache License 2.0
14.16k stars 3.57k forks source link

Pulsar site's social media preview image is missing :( #21478

Closed visortelle closed 11 months ago

visortelle commented 11 months ago

Search before asking

Motivation

There should be some eye-attracting fancy preview image:

Screenshot 2023-10-30 at 11 25 38 PM

Solution

I'm ready to provide a solution someday in my free time. If someone wants to fix it, your contribution is very welcome!

Alternatives

No response

Anything else?

No response

Are you willing to submit a PR?

asafm commented 11 months ago

You mean the logo right?

tisonkun commented 11 months ago

Ref - https://github.com/facebook/docusaurus/issues/2968

I suspect that we don't add the metadata in docusarus.config.js for social card. And another question is which picture we should use.

tisonkun commented 11 months ago

Ref - https://docusaurus.io/docs/seo

e.g., at least we can add something like:

<meta name="twitter:card" content="summary">
<meta name="twitter:image" content="https://tisonkun.org/media/yatennosyo.png">

or following https://ogp.me/.

visortelle commented 11 months ago

@asafm

You mean the logo right?

It may be a logo, logo + project name, or maybe something more colorful. It's rather a question to a designer + someone who does SMM.

tisonkun commented 11 months ago

Let me give it a try - https://github.com/apache/pulsar-site/pull/723

visortelle commented 11 months ago

Another try: https://github.com/apache/pulsar-site/pull/725

Screenshot 2023-11-06 at 2 18 32 PM

@tisonkun, @asafm, @jak78 what do you think?

Added missed comma between "highly scalable" and "cloud-native".

asafm commented 11 months ago

@visortelle I like it