We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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>', }, ], }, });
The text was updated successfully, but these errors were encountered:
We can add more social icons and consider removing unused icons via tree shaking. @SoonIter
See also https://x.com/Jacob_Valor/status/1880188299341660495
Sorry, something went wrong.
Thx guys. Awesome work, as usual 🎉
SoonIter
Successfully merging a pull request may close this issue.
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:
The text was updated successfully, but these errors were encountered: