Skip to content
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

[Feature]: Add BlueSky social icon #1753

Closed
carlomorelli opened this issue Jan 19, 2025 · 2 comments · Fixed by #1759
Closed

[Feature]: Add BlueSky social icon #1753

carlomorelli opened this issue Jan 19, 2025 · 2 comments · Fixed by #1759
Assignees

Comments

@carlomorelli
Copy link

What problem does this feature solve?

BlueSky (https://bsky.app/) is a rising social network similar to X/twitter, becoming more and more widespread among developers worldwide.

This issue is to request addition of BS icon in the Social links: https://rspress.dev/api/config/config-theme#sociallinks

What does the proposed API look like?

Should be possible to define in rspress.config.ts:

import { defineConfig } from 'rspress/config';

export default defineConfig({
  themeConfig: {
    socialLinks: [
      {
        icon: 'bluesky',
        mode: 'link',
        content: 'https://bsky.app/profile/<social_profile>',
      },
    ],
  },
});
@chenjiahan
Copy link
Member

We can add more social icons and consider removing unused icons via tree shaking. @SoonIter

See also https://x.com/Jacob_Valor/status/1880188299341660495

@carlomorelli
Copy link
Author

Thx guys. Awesome work, as usual 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants